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