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