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