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; }
Public ReadOnly Property Handle As SafeCRLHandleContext
Get
public:
property SafeCRLHandleContext^ Handle {
SafeCRLHandleContext^ get ();
}
member Handle : SafeCRLHandleContext with get
Property Value
Type:
SafeCRLHandleContextRemarks
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