X509CertificateTrustListGetSafeContext 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:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public SafeCTLHandleContext GetSafeContext()
Public Function GetSafeContext As SafeCTLHandleContext
public:
SafeCTLHandleContext^ GetSafeContext()
member GetSafeContext : unit -> SafeCTLHandleContext
Return Value
Type:
SafeCTLHandleContextSafe handle to a current CTL instance.
.NET Framework Security Permission | Description |
---|
System.Security.PermissionsSecurityPermission |
The immediate caller must have SecurityPermission/UnmanagedCode to use this method
|
See Also