3 writes to remoteCertificate
System.ServiceModel (3)
System\ServiceModel\Security\TlsSspiNegotiation.cs (3)
385this.remoteCertificate = null; 652this.remoteCertificate = null; 660this.remoteCertificate = new X509Certificate2(remoteContext.DangerousGetHandle());
2 references to remoteCertificate
System.ServiceModel (2)
System\ServiceModel\Security\TlsSspiNegotiation.cs (2)
217if (this.remoteCertificate == null) 221return this.remoteCertificate;