2 writes to clientIdentity
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (2)
439
this.
clientIdentity
= clientIdentity;
610
clientIdentity
= null;
3 references to clientIdentity
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (3)
485
string authenticationType =
clientIdentity
.AuthenticationType;
523
IntPtr str = Marshal.StringToCoTaskMemUni(
clientIdentity
.Name);
542
impersonateContext = WindowsIdentity.Impersonate(
clientIdentity
.Token);