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