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