SamlSecurityTokenHandler.DenormalizeAuthenticationType(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
, 변경 되지 않은 상태로 반환 됩니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET