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 지정된 정규화된 URI와 일치하는 SAML11 인증 방법 식별자를 반환합니다. 예를 들어 지정된 경우 X509normalizedAuthenticationType다음 URI가 반환 urn:oasis:names:tc:SAML:1.0:am:X509-PKI됩니다. 매핑이 없 normalizedAuthenticationType으면 해당 매핑이 비정형으로 반환됩니다.

적용 대상