SamlSecurityTokenHandler.DenormalizeAuthenticationType(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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-PKI
の normalizedAuthenticationType
マッピングが存在しない場合は、変更されずに返されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET