X509Certificate2Extensions Class

Contains extension methods for X509Certificate2 class.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assemblies:  SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public static class X509Certificate2Extensions
Inheritance
Object    X509Certificate2Extensions

Methods

DeletePrivateKey Deletes private key material associated with a X.509 certificate from file system or hardware storage.
Format Displays an X.509 certificate dump.
GetCertificateContextProperties Gets a collection of certificate context properties associated with the current certificate. If no property is associated, an empty collection will be returned.
GetCertificateContextProperty Gets a specified certificate context property.
GetCertificateContextPropertyList Gets the list of certificate properties associated with the current certificate object.
ResolveExtensions Converts generic X.509 extension objects to specialized certificate extension objects inherited from X509Extension class that provide extension-specific information.

See Also