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()
Public Sub GetSafeContext
public:
void GetSafeContext()
member GetSafeContext : unit -> unit
Return Value
Type:
Handle to a
CRL_CONTEXT structure.
Exceptions .NET Framework Security Permission | Description |
---|
System.Security.PermissionsSecurityPermission |
The immediate caller must have SecurityPermission/UnmanagedCode to use this method
|
See Also