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