1 write to windowsIdentity
System.IdentityModel (1)
System\IdentityModel\Claims\WindowsClaimSet.cs (1)
63this.windowsIdentity = clone ? SecurityUtils.CloneWindowsIdentityIfNecessary(windowsIdentity, authenticationType) : windowsIdentity;
10 references to windowsIdentity
System.IdentityModel (10)
System\IdentityModel\Claims\WindowsClaimSet.cs (10)
99return this.windowsIdentity; 108return this.windowsIdentity; 128this.groups = new GroupSidClaimCollection(this.windowsIdentity); 145this.windowsIdentity.Dispose(); 151if (this.windowsIdentity.Token == IntPtr.Zero) 155claims.Add(new Claim(ClaimTypes.Sid, this.windowsIdentity.User, Rights.Identity)); 157if (TryCreateWindowsSidClaim(this.windowsIdentity, out claim)) 161claims.Add(Claim.CreateNameClaim(this.windowsIdentity.Name)); 207yield return new Claim(ClaimTypes.Sid, this.windowsIdentity.User, Rights.Identity); 214if (TryCreateWindowsSidClaim(this.windowsIdentity, out sid))