X509CertificateTrustListExtensionsGetSafeContext 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.X509CertificatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public static SafeCTLHandleContext GetSafeContext(
this X509CertificateTrustList ctl
)
<ExtensionAttribute>
Public Shared Function GetSafeContext (
ctl As X509CertificateTrustList
) As SafeCTLHandleContext
public:
[ExtensionAttribute]
static SafeCTLHandleContext^ GetSafeContext(
X509CertificateTrustList^ ctl
)
[<ExtensionAttribute>]
static member GetSafeContext :
ctl : X509CertificateTrustList -> SafeCTLHandleContext
- ctl X509CertificateTrustList
[Missing <param name="ctl"/> documentation for "M:SysadminsLV.PKI.Cryptography.X509Certificates.X509CertificateTrustListExtensions.GetSafeContext(SysadminsLV.PKI.Cryptography.X509Certificates.X509CertificateTrustList)"]
SafeCTLHandleContextSafe handle to a current CTL instance.In Visual Basic and C#, you can call this method as an instance method on any object of type
X509CertificateTrustList. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
SecurityPermission |
The immediate caller must have SecurityPermission/UnmanagedCode to use this method
|