2 writes to windowsIdentity
System.IdentityModel (2)
System\IdentityModel\Tokens\X509WindowsSecurityToken.cs (2)
43
this.
windowsIdentity
= clone ? SecurityUtils.CloneWindowsIdentityIfNecessary(windowsIdentity, authenticationType) : windowsIdentity;
72
this.
windowsIdentity
= null;
2 references to windowsIdentity
System.IdentityModel (2)
System\IdentityModel\Tokens\X509WindowsSecurityToken.cs (2)
52
return this.
windowsIdentity
;
71
this.
windowsIdentity
.Dispose();