X509PolicyQualifierType Enumeration
The X509PolicyQualifierType enumeration type specifies the type of qualifier applied to a certificate policy
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public enum X509PolicyQualifierType
Public Enumeration X509PolicyQualifierType
public enum class X509PolicyQualifierType
type X509PolicyQualifierType
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.
|