Click or drag to resize

X509CertificatePolicy Class

Represents a single certificate policy which consists of an object identifier (OID) and optional qualifiers.
Inheritance Hierarchy
SystemObject
  System.Security.Cryptography.X509CertificatesX509CertificatePolicy

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

The X509CertificatePolicy type exposes the following members.

Constructors
  NameDescription
Public methodX509CertificatePolicy(Byte)
Initializes a new instance of the X509CertificatePolicy class from a ASN.1-encoded byte array.
Public methodX509CertificatePolicy(String)
Initializes a new instance of the X509CertificatePolicy class from a string that represents a policy OID value.
Public methodX509CertificatePolicy(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.
Top
Properties
  NameDescription
Public propertyPolicyOid
Gets certificate policy object identifier (OID).
Public propertyPolicyQualifiers
Gets an array of optional certificate policy qualifiers.
Top
Methods
  NameDescription
Public methodAdd
Adds policy qualifier to a PolicyQualifiers collection.
Public methodEncode
Encodes certificate policy 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 methodRemove
Removes policy qualifier from a PolicyQualifiers collection by using a item index in the collection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also