5 references to GetX509Certificate
System.ServiceModel (5)
System\ServiceModel\Channels\PeerSecurityManager.cs (4)
741result = ssl.GetX509Certificate(); 761result = ssl.GetX509Certificate(); 922result = new X509SecurityTokenProvider(this.ssc.GetX509Certificate()); 941result = new X509SecurityTokenProvider(this.ssc.GetX509Certificate());
System\ServiceModel\Channels\SelfSignedCertificate.cs (1)
44cert.GetX509Certificate();