2 writes to m_RemoteCertificateOrBytes
System (2)
net\System\Net\SecureProtocols\SslStream.cs (2)
104
m_RemoteCertificateOrBytes
= certificate == null? null: certificate.GetRawCertData();
370
return (X509Certificate)(
m_RemoteCertificateOrBytes
= new X509Certificate((byte[]) chkCertificateOrBytes));
1 reference to m_RemoteCertificateOrBytes
System (1)
net\System\Net\SecureProtocols\SslStream.cs (1)
368
object chkCertificateOrBytes =
m_RemoteCertificateOrBytes
;