SamlSecurityTokenHandler.NormalizeAuthenticationType(String) 메서드

정의

SAML 1.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 값 중 하나입니다. 일치하는 값이 없으면 saml11AuthenticationMethod가 변경되지 않은 상태로 반환됩니다.

설명

NormalizeAuthenticationType 메서드가 반환 되는 AuthenticationMethods 지정된 하는 SAML11 인증 메서드 식별자를 일치 하는 값입니다. 예를 들어 경우 urn:oasis:names:tc:SAML:1.0:am:X509-PKI 에 대해 지정 된 saml11AuthenticationMethod, X509 반환 됩니다. 에 대 한 매핑이 없으면 saml11AuthenticationMethod, 변경 되지 않은 상태로 반환 됩니다.

적용 대상