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