2 writes to mapClientCertificateToWindowsAccount
System.ServiceModel (2)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (2)
39
this.
mapClientCertificateToWindowsAccount
= other.mapClientCertificateToWindowsAccount;
131
this.
mapClientCertificateToWindowsAccount
= value;
2 references to mapClientCertificateToWindowsAccount
System.ServiceModel (2)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (2)
39
this.mapClientCertificateToWindowsAccount = other.
mapClientCertificateToWindowsAccount
;
126
return this.
mapClientCertificateToWindowsAccount
;