1 instantiation of SelfSignedCertificate
System.ServiceModel (1)
System\ServiceModel\Channels\SelfSignedCertificate.cs (1)
41
SelfSignedCertificate cert = new
SelfSignedCertificate
(password, containerName);
8 references to SelfSignedCertificate
System.ServiceModel (8)
System\ServiceModel\Channels\PeerSecurityManager.cs (5)
42
volatile
SelfSignedCertificate
ssc;
97
internal
SelfSignedCertificate
GetCertificate()
104
ssc =
SelfSignedCertificate
.Create("CN=" + Guid.NewGuid().ToString(), this.Password);
656
SelfSignedCertificate
ssl;
842
SelfSignedCertificate
ssc;
System\ServiceModel\Channels\SelfSignedCertificate.cs (3)
25
public static
SelfSignedCertificate
Create(string name, string password)
34
public static
SelfSignedCertificate
Create(
41
SelfSignedCertificate
cert = new SelfSignedCertificate(password, containerName);