Click or drag to resize

X509Certificate2Extensions Class

Contains extension methods for X509Certificate2 class.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Utils.CLRExtensionsX509Certificate2Extensions

Namespace:  SysadminsLV.PKI.Utils.CLRExtensions
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public static class X509Certificate2Extensions

The X509Certificate2Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeletePrivateKey
Deletes private key material associated with a X.509 certificate from file system or hardware storage.
Public methodStatic memberGetCertificateContextProperties
Gets a collection of certificate context properties associated with the current certificate. If no property is associated, an empty collection will be returned.
Public methodStatic memberGetCertificateContextProperty
Gets a specified certificate context property.
Public methodStatic memberGetCertificateContextPropertyList
Gets the list of certificate properties associated with the current certificate object.
Public methodStatic memberResolveExtensions
Converts generic X.509 extension objects to specialized certificate extension objects inherited from X509Extension class that provide extension-specific information.
Top
See Also