Click or drag to resize

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.

Inheritance Hierarchy
SystemObject
  System.Security.Cryptography.X509CertificatesX509PolicyQualifier

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class X509PolicyQualifier

The X509PolicyQualifier type exposes the following members.

Constructors
  NameDescription
Public methodX509PolicyQualifier(Byte)
Initializes a new instance of the X509PolicyQualifier class from a ASN.1-encoded byte array.
Public methodX509PolicyQualifier(String)
Initializes a new instance of the X509PolicyQualifier class from a string that contains an URL to a online certificate policy repository.
Public methodX509PolicyQualifier(String, String)
Initializes a new instance of the X509PolicyQualifier class from either or both notice reference and explicit notice text.
Top
Properties
  NameDescription
Public propertyNoticeNumber
Gets notice number in the collection of policy qualifiers. This property is set automaticatlly when calling Encode method on X509PolicyQualifierCollection object.
Public propertyNoticeReference
Gets a organization name associated with a qualifier.
Public propertyNoticeText
Gets a explicit notice text which is displayed in the certificate view UI.
Public propertyPolicyUrl
Gets an URL to a online policy repository.
Public propertyType
Gets policy qualifier type.
Top
Methods
  NameDescription
Public methodEncode
Encodes current object to a ASN.1-encoded byte array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also