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