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