X509CertificatePolicy Class |
Namespace: System.Security.Cryptography.X509Certificates
The X509CertificatePolicy type exposes the following members.
Name | Description | |
---|---|---|
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.
|
Name | Description | |
---|---|---|
PolicyOid |
Gets certificate policy object identifier (OID).
| |
PolicyQualifiers |
Gets an array of optional certificate policy qualifiers.
|
Name | Description | |
---|---|---|
Add |
Adds policy qualifier to a PolicyQualifiers collection.
| |
Encode |
Encodes certificate policy to a ASN.1-encoded byte array.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Removes policy qualifier from a PolicyQualifiers collection by using a item index in the collection.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |