Click or drag to resize

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)
Syntax
public enum X509PolicyQualifierType
Members
  Member nameValueDescription
Unknown0 The qualifier type is not specified.
CpsUrl1 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.
UserNotice2 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