X509CertificateTrustListExtensions Class

Contains extension methods for X509CertificateTrustList

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 static class X509CertificateTrustListExtensions
Inheritance
Object    X509CertificateTrustListExtensions

Methods

GetSafeContext Gets a SafeCTLHandleContext for the X509 certificate revocation list. The caller of this method owns the returned safe handle, and should dispose of it when they no longer need it. This handle can be used independently of the lifetime of the original X509 certificate revocation list.
ShowUI Displays a X.509 Certificate Trust List UI dialog.

See Also