2 references to GetClientCertificate
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsChannelListener.cs (2)
171
certificate = authenticationContext.
GetClientCertificate
(out isCertificateValid);
311
X509Certificate2 clientCertificate = authenticationContext.
GetClientCertificate
(out isValidCertificate);