X509CertificatePolicy Constructor

Overload List

X509CertificatePolicy(Byte) Initializes a new instance of the X509CertificatePolicy class from a ASN.1-encoded byte array.
X509CertificatePolicy(String) Initializes a new instance of the X509CertificatePolicy class from a string that represents a policy OID value.
X509CertificatePolicy(String, X509PolicyQualifierCollection) Initializes a new instance of the X509CertificatePolicy class from a string that represents a policy OID value and an array of policy qualifiers that are associated with the specified policy OID.

See Also