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