2 writes to remoteCertificateChain
System.ServiceModel (2)
System\ServiceModel\Security\TlsSspiNegotiation.cs (2)
653
this.
remoteCertificateChain
= null;
659
this.
remoteCertificateChain
= UnmanagedCertificateContext.GetStore(remoteContext);
2 references to remoteCertificateChain
System.ServiceModel (2)
System\ServiceModel\Security\TlsSspiNegotiation.cs (2)
236
if (this.
remoteCertificateChain
== null)
240
return this.
remoteCertificateChain
;