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