2 writes to windowsIdentity
System.ServiceModel (2)
System\ServiceModel\UpnEndpointIdentity.cs (2)
54this.windowsIdentity = windowsIdentity; 69this.windowsIdentity = null;
4 references to windowsIdentity
System.ServiceModel (4)
System\ServiceModel\UpnEndpointIdentity.cs (4)
61if (this.windowsIdentity != null) 65if (this.windowsIdentity != null) 67base.Initialize(Claim.CreateUpnClaim(GetUpnFromWindowsIdentity(this.windowsIdentity))); 68this.windowsIdentity.Dispose();