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