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