次の方法で共有


SamlSecurityTokenHandler.DenormalizeAuthenticationType(String) メソッド

定義

SAML 認証方法の指定の正規化された値が一致する SAML11 認証方法の ID を返します。

protected:
 virtual System::String ^ DenormalizeAuthenticationType(System::String ^ normalizedAuthenticationType);
protected virtual string DenormalizeAuthenticationType (string normalizedAuthenticationType);
abstract member DenormalizeAuthenticationType : string -> string
override this.DenormalizeAuthenticationType : string -> string
Protected Overridable Function DenormalizeAuthenticationType (normalizedAuthenticationType As String) As String

パラメーター

normalizedAuthenticationType
String

正規化した値。 AuthenticationMethods 値のいずれか 1 つ。

戻り値

SAML11 認証方法の識別子 (URI) は、指定した正規化された識別子と一致します。 一致する SAML11 認証方法が見つからない場合は、normalizedAuthenticationType URI がそのまま返されます。

注釈

メソッドは DenormalizeAuthenticationType 、指定された正規化された URI に一致する SAML11 認証方法識別子を返します。 たとえば、 に が指定されているnormalizedAuthenticationType場合X509は、次の URI が返されます。 urn:oasis:names:tc:SAML:1.0:am:X509-PKInormalizedAuthenticationTypeマッピングが存在しない場合は、変更されずに返されます。

適用対象