Click or drag to resize

X509CRL2Handle Property

Gets a handle to a Microsoft Cryptographic API CRL context described by an unmanaged CRL_CONTEXT structure.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public SafeCRLHandleContext Handle { get; }

Property Value

Type: SafeCRLHandleContext
Remarks
This member is zero by default. In order, to retrieve unmanaged handle a GetSafeContext method must be called. When this handle is no longer necessary, it must be freed by calling Dispose(Boolean) method.
See Also