X509Certificate2ExtensionsWin Class

Contains extension methods for X509Certificate2 class.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
public static class X509Certificate2ExtensionsWin
Inheritance
Object    X509Certificate2ExtensionsWin

Methods

DeletePrivateKey Deletes private key material associated with a X.509 certificate from file system or hardware storage.
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.

See Also