3 references to SafeHandle
System.Net.Http.WinHttpHandler (2)
src\runtime\src\libraries\Common\src\System\Net\Security\CertificateValidation.Windows.cs (2)
27&& chain.SafeHandle!.DangerousGetHandle() == IntPtr.Zero) // Build failed to generate a valid handle. 65SafeX509ChainHandle chainContext = chain.SafeHandle!;
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Chain.cs (1)
65SafeX509ChainHandle? handle = SafeHandle;