1 write to exportedBytes
System.ServiceModel (1)
System\ServiceModel\Channels\SelfSignedCertificate.cs (1)
159
exportedBytes
= pfxBlob.GetBytes();
2 references to exportedBytes
System.ServiceModel (2)
System\ServiceModel\Channels\SelfSignedCertificate.cs (2)
95
this.x509Cert = new X509Certificate2(
exportedBytes
, password);
102
Fx.Assert(this.
exportedBytes
== null, "calling Export twice!!");