X509CRL2Extensions Class
Contains extension methods for
X509CRL2 class.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public static class X509CRL2Extensions
<ExtensionAttribute>
Public NotInheritable Class X509CRL2Extensions
[ExtensionAttribute]
public ref class X509CRL2Extensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type X509CRL2Extensions = class end
- Inheritance
- Object X509CRL2Extensions
GetSafeContext |
Gets a SafeCRLHandleContext 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 Revocation List UI dialog.
|