2 references to AuthTypeBasic
System.IdentityModel (2)
System\IdentityModel\Selectors\WindowsUserNameSecurityTokenAuthenticator.cs (2)
58
WindowsIdentity windowsIdentity = new WindowsIdentity(tokenHandle.DangerousGetHandle(), SecurityUtils.
AuthTypeBasic
);
59
WindowsClaimSet claimSet = new WindowsClaimSet(windowsIdentity, SecurityUtils.
AuthTypeBasic
, this.includeWindowsGroups, false);