2 writes to serverCertificate
System.ServiceModel (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
292
this.
serverCertificate
= new X509Certificate2(x509Token.Certificate);
302
this.
serverCertificate
= null;
5 references to serverCertificate
System.ServiceModel (5)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (5)
112
if ((this.identity == null) && (this.
serverCertificate
!= null))
114
this.identity = SecurityUtils.GetServiceCertificateIdentity(this.
serverCertificate
);
140
return this.
serverCertificate
;
299
if (this.
serverCertificate
!= null)
301
SecurityUtils.ResetCertificate(this.
serverCertificate
);