1 implementation of Handle
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
48public IntPtr Handle
1 reference to Handle
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
264public IntPtr Handle => Pal is null ? IntPtr.Zero : Pal.Handle;