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