1 write to ssc
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
940
this.
ssc
= parent.GetCertificate();
3 references to ssc
System.ServiceModel (3)
System\ServiceModel\Channels\PeerSecurityManager.cs (3)
920
if (this.
ssc
!= null)
922
result = new X509SecurityTokenProvider(this.
ssc
.GetX509Certificate());
941
result = new X509SecurityTokenProvider(this.
ssc
.GetX509Certificate());