4 references to X509UpRef
System.Net.Security (4)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
335SafeX509Handle dupCertHandle = Crypto.X509UpRef(chain[i].Handle);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs (1)
53SafeX509Handle dupCertHandle = Crypto.X509UpRef(chain[i].Handle);
src\runtime\src\libraries\Common\src\System\Net\Security\CertificateValidation.Unix.cs (1)
37using (SafeX509Handle certHandle = Interop.Crypto.X509UpRef(remoteCertificate.Handle))
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
112CertificateHandle = Interop.Crypto.X509UpRef(target.Handle);