4 references to CloneWindowsIdentityIfNecessary
System.IdentityModel (4)
System\IdentityModel\Claims\WindowsClaimSet.cs (1)
63
this.windowsIdentity = clone ? SecurityUtils.
CloneWindowsIdentityIfNecessary
(windowsIdentity, authenticationType) : windowsIdentity;
System\IdentityModel\SecurityUtils.cs (1)
656
return
CloneWindowsIdentityIfNecessary
(wid, wid.AuthenticationType);
System\IdentityModel\Tokens\WindowsSecurityToken.cs (1)
61
this.windowsIdentity = clone ? SecurityUtils.
CloneWindowsIdentityIfNecessary
(windowsIdentity, authenticationType) : windowsIdentity;
System\IdentityModel\Tokens\X509WindowsSecurityToken.cs (1)
43
this.windowsIdentity = clone ? SecurityUtils.
CloneWindowsIdentityIfNecessary
(windowsIdentity, authenticationType) : windowsIdentity;