SamlSecurityTokenHandler.DenormalizeAuthenticationType(String) Method

Definition

Returns the SAML11 authentication method identifier that matches the specified normalized value for a SAML authentication method.

protected virtual string DenormalizeAuthenticationType (string normalizedAuthenticationType);

Parameters

normalizedAuthenticationType
String

The normalized value. One of the AuthenticationMethods values.

Returns

The SAML11 authentication method identifier (URI) that matches the specified normalized identifier. If no matching SAML11 authentication method is found, the normalizedAuthenticationType URI is returned unaltered.

Remarks

The DenormalizeAuthenticationType method returns the SAML11 authentication method identifier that matches the specified normalized URI. For example, if X509 is specified for normalizedAuthenticationType, the following URI is returned: urn:oasis:names:tc:SAML:1.0:am:X509-PKI. If a mapping does not exist for normalizedAuthenticationType, it is returned unaltered.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1