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