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