Certificate policy qualifier may be either an URL to a online policy repository or textual policy information.
public class X509PolicyQualifier
Public Class X509PolicyQualifier
public ref class X509PolicyQualifier
type X509PolicyQualifier = class end
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. |
NoticeNumber | Gets notice number in the collection of policy qualifiers. This property is set automatically when calling Encode method on an 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. |
Encode | Encodes current object 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) |
ToString | (Inherited from Object) |