SamlSecurityTokenHandler.NormalizeAuthenticationType(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SAML1.1 認証方法の識別子に一致する正規化された値を返します。
protected:
virtual System::String ^ NormalizeAuthenticationType(System::String ^ saml11AuthenticationMethod);
protected virtual string NormalizeAuthenticationType (string saml11AuthenticationMethod);
abstract member NormalizeAuthenticationType : string -> string
override this.NormalizeAuthenticationType : string -> string
Protected Overridable Function NormalizeAuthenticationType (saml11AuthenticationMethod As String) As String
パラメーター
- saml11AuthenticationMethod
- String
正規化するための SAML 1.1 の認証方法の識別子 (URI)。
戻り値
AuthenticationMethods の値である 1 桁で正規化された値。 一致する値がない場合は、saml11AuthenticationMethod
がそのまま返されます。
注釈
メソッドは NormalizeAuthenticationType 、指定した AuthenticationMethods SAML11 認証方法識別子と一致する値を返します。 たとえば、 に が指定されているsaml11AuthenticationMethod
X509場合urn:oasis:names:tc:SAML:1.0:am:X509-PKI
は が返されます。 の saml11AuthenticationMethod
マッピングが存在しない場合は、変更されずに返されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET