public class X509CertificatePolicy
Public Class X509CertificatePolicy
public ref class X509CertificatePolicy
type X509CertificatePolicy = class end
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. |
PolicyOid | Gets certificate policy object identifier (OID). |
PolicyQualifiers | Gets an array of optional certificate policy qualifiers. |
Add | Adds policy qualifier to a PolicyQualifiers collection. |
Encode | Encodes certificate policy to a ASN.1-encoded byte array. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
Remove | Removes policy qualifier from a PolicyQualifiers collection by using an item index in the collection. |
ToString | (Inherited from Object) |