Click or drag to resize

X509CRL2GetSafeContext Method

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.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public void GetSafeContext()

Return Value

Type: 
Handle to a CRL_CONTEXT structure.
Exceptions
ExceptionCondition
UninitializedObjectExceptionAn object is not initialized.
.NET Framework Security
PermissionDescription
System.Security.PermissionsSecurityPermission The immediate caller must have SecurityPermission/UnmanagedCode to use this method
See Also