X509CertificateContextProperty Class

Represents certificate context property object in the certificate store.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public class X509CertificateContextProperty
Inheritance
Object    X509CertificateContextProperty

Remarks

No public constructors are defined. Objects of this class are created by calling GetCertificateContextProperty(X509Certificate2, X509CertificatePropertyType) or GetCertificateContextProperties(X509Certificate2) extension methods.

Properties

Certificate Gets the certificate the property is associated with.
PropertyName Gets the certificate property name.
PropertyValue Gets the certificate property value. The type of the value is determined by a UnderlyingType property.
UnderlyingType Gets the type of the value stored in the PropertyValue property.

Methods

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