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