5 references to Authentication
System.ServiceModel (5)
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
55serviceCredentials.ClientCertificate.Authentication.CertificateValidationMode == X509CertificateValidationMode.Custom)
System\ServiceModel\Configuration\X509InitiatorCertificateServiceElement.cs (1)
57this.Authentication.ApplyConfiguration(cert.Authentication);
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (2)
212authenticator.MapCertificateToWindowsAccount = this.ServiceCredentials.ClientCertificate.Authentication.MapClientCertificateToWindowsAccount; 243X509ClientCertificateAuthentication authentication = parent.ClientCertificate.Authentication;
System\ServiceModel\Security\X509CertificateInitiatorServiceCredential.cs (1)
75this.Authentication.MakeReadOnly();