X509PolicyQualifier Class

Represents a certificate policy qualifier as specified in the RFC 5280.

Certificate policy qualifier may be either an URL to a online policy repository or textual policy information.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public class X509PolicyQualifier
Inheritance
Object    X509PolicyQualifier

Constructors

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.

Properties

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.

Methods

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)

See Also