SamlSecurityTokenHandler.DenormalizeAuthenticationType(String) 메서드

정의

SAML 인증 메서드에 대해 지정된 정규화된 값과 일치하는 SAML11 인증 메서드 식별자를 반환합니다.

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 값 중 하나입니다.

반환

지정된 정규화된 식별자와 일치하는 SAML11 인증 방법 식별자(URI)입니다. 일치하는 SAML11 인증 방법이 발견되면 normalizedAuthenticationType URI가 변경되지 않은 상태로 반환됩니다.

설명

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

적용 대상