5 references to Windows
System.IdentityModel (3)
System\IdentityModel\Claims\AuthenticationTypeMaps.cs (2)
39
new Mapping( AuthenticationMethods.
Windows
, SamlConstants.AuthenticationMethods.WindowsString ),
57
new Mapping( AuthenticationMethods.
Windows
, Saml2Constants.AuthenticationContextClasses.WindowsString ),
System\IdentityModel\Tokens\KerberosSecurityTokenHandler.cs (1)
99
wi.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, AuthenticationMethods.
Windows
, ClaimValueTypes.String));
System.ServiceModel (2)
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (2)
237
AddAuthenticationMethod( claimsIdentity, AuthenticationMethods.
Windows
);
527
AddAuthenticationMethod(claimsIdentity, AuthenticationMethods.
Windows
);