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