X509PolicyQualifierType Enumeration |
The X509PolicyQualifierType enumeration type specifies the type of qualifier applied to a certificate policy
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntaxpublic enum X509PolicyQualifierType
Public Enumeration X509PolicyQualifierType
public enum class X509PolicyQualifierType
type X509PolicyQualifierType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The qualifier type is not specified.
|
| CpsUrl | 1 |
The qualifier is a URL that points to a Certification Practice Statement (CPS) that has been defined
by the certification authority to outline the policies under which the certificate was issued and the
purposes for which the certificate can be used.
|
| UserNotice | 2 |
The qualifier is a text statement to be displayed by the application to any user who relies on the certificate.
The user notice identifies the permitted uses of the certificate.
|
See Also