1 write to ssc
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
104ssc = SelfSignedCertificate.Create("CN=" + Guid.NewGuid().ToString(), this.Password);
3 references to ssc
System.ServiceModel (3)
System\ServiceModel\Channels\PeerSecurityManager.cs (3)
99if (this.ssc == null) 103if (ssc == null) 107return ssc;