Click or drag to resize

X509CertificateContextProperty Class

Represents certificate context property object in the certificate store.
Inheritance Hierarchy
SystemObject
  System.Security.Cryptography.X509CertificatesX509CertificateContextProperty

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

The X509CertificateContextProperty type exposes the following members.

Properties
  NameDescription
Public propertyCertificate
Gets the certificate the property is associated with.
Public propertyPropertyName
Gets the certificate property name.
Public propertyPropertyValue
Gets the certificate property value. The type of the value is determined by a UnderlyingType property.
Public propertyUnderlyingType
Gets the type of the value stored in the PropertyValue property.
Top
Methods
  NameDescription
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
Remarks
No public constructors are defined. Objects of this class are created by calling GetCertificateContextProperty(X509Certificate2, X509CertificatePropertyType) or GetCertificateContextProperties(X509Certificate2) extension methods.
See Also