SamlSecurityTokenHandler.NormalizeAuthenticationType(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 지정된 SAML11 인증 방법 식별자와 일치하는 값을 반환 AuthenticationMethods 합니다. 예를 들어 지정된 경우 urn:oasis:names:tc:SAML:1.0:am:X509-PKIsaml11AuthenticationMethod반환 X509 됩니다. 매핑이 없 saml11AuthenticationMethod으면 해당 매핑이 비정형으로 반환됩니다.