X509PolicyQualifier Class |
Certificate policy qualifier may be either an URL to a online policy repository or textual policy information.
Namespace: System.Security.Cryptography.X509Certificates
The X509PolicyQualifier type exposes the following members.
| Name | Description | |
|---|---|---|
| X509PolicyQualifier(Byte) |
Initializes a new instance of the X509PolicyQualifier class from a ASN.1-encoded byte array.
| |
| X509PolicyQualifier(String) |
Initializes a new instance of the X509PolicyQualifier class from a string that contains an URL
to a online certificate policy repository.
| |
| X509PolicyQualifier(String, String) |
Initializes a new instance of the X509PolicyQualifier class from either or both notice reference
and explicit notice text.
|
| Name | Description | |
|---|---|---|
| NoticeNumber |
Gets notice number in the collection of policy qualifiers. This property is set automaticatlly
when calling Encode method on
X509PolicyQualifierCollection object.
| |
| NoticeReference |
Gets a organization name associated with a qualifier.
| |
| NoticeText |
Gets a explicit notice text which is displayed in the certificate view UI.
| |
| PolicyUrl |
Gets an URL to a online policy repository.
| |
| Type |
Gets policy qualifier type.
|
| Name | Description | |
|---|---|---|
| Encode |
Encodes current object 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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |