8 references to AuthenticationTypeMaps
System.IdentityModel (8)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
1623return AuthenticationTypeMaps.Denormalize(normalizedAuthenticationType, AuthenticationTypeMaps.Saml2); 1759return AuthenticationTypeMaps.Normalize(saml2AuthenticationContextClassReference, AuthenticationTypeMaps.Saml2);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (4)
1154return AuthenticationTypeMaps.Denormalize(normalizedAuthenticationType, AuthenticationTypeMaps.Saml); 1164return AuthenticationTypeMaps.Normalize(saml11AuthenticationMethod, AuthenticationTypeMaps.Saml);