1 implementation of Handle
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
255
public IntPtr
Handle
3 references to Handle
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (2)
249
using (SafeX509Handle tmp = Interop.Crypto.X509UpRef(pal.
Handle
))
267
using (SafeX509Handle tmp = Interop.Crypto.X509UpRef(pal.
Handle
))
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
262
public IntPtr Handle => Pal is null ? IntPtr.Zero : Pal.
Handle
;