1 write to MapClientCertificateToWindowsAccount
System.ServiceModel (1)
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (1)
105
cert.
MapClientCertificateToWindowsAccount
= this.MapClientCertificateToWindowsAccount;
2 references to MapClientCertificateToWindowsAccount
System.ServiceModel (2)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (2)
212
authenticator.MapCertificateToWindowsAccount = this.ServiceCredentials.ClientCertificate.Authentication.
MapClientCertificateToWindowsAccount
;
244
return new X509SecurityTokenAuthenticator(authentication.GetCertificateValidator(), authentication.
MapClientCertificateToWindowsAccount
, authentication.IncludeWindowsGroups);