1 write to cert
System.ServiceModel (1)
System\ServiceModel\Channels\SelfSignedCertificate.cs (1)
69cert = CertCreateSelfSignCertificate(keyContainer,
6 references to cert
System.ServiceModel (6)
System\ServiceModel\Channels\SelfSignedCertificate.cs (6)
45Fx.Assert(cert.cert != null, "CertContext could not be created"); 78if (cert.IsInvalid) 83if (!CertSetCertificateContextProperty(cert, CERT_KEY_SPEC_PROP_ID, 0, key)) 114cert, 205if (cert != null) 206cert.Dispose();