Click or drag to resize

X509CTLGetSafeContext Method

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.

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: 
Safe handle to a current CTL instance.
.NET Framework Security
PermissionDescription
System.Security.PermissionsSecurityPermission The immediate caller must have SecurityPermission/UnmanagedCode to use this method
See Also