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.
65
SafeX509ChainHandle chainContext = chain.
SafeHandle
!;
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Chain.cs (1)
65
SafeX509ChainHandle? handle =
SafeHandle
;