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