1 write to x509Cert
System.ServiceModel (1)
System\ServiceModel\Channels\SelfSignedCertificate.cs (1)
95this.x509Cert = new X509Certificate2(exportedBytes, password);
2 references to x509Cert
System.ServiceModel (2)
System\ServiceModel\Channels\SelfSignedCertificate.cs (2)
92if (this.x509Cert == null) 97return this.x509Cert;