다음을 통해 공유


Saml2SecurityTokenHandler.NormalizeAuthenticationContextClassReference 메서드

정의

SAML 인증 컨텍스트 클래스 참조와 일치하는 정규화된 값을 반환합니다.

protected:
 virtual System::String ^ NormalizeAuthenticationContextClassReference(System::String ^ saml2AuthenticationContextClassReference);
protected virtual string NormalizeAuthenticationContextClassReference (string saml2AuthenticationContextClassReference);
abstract member NormalizeAuthenticationContextClassReference : string -> string
override this.NormalizeAuthenticationContextClassReference : string -> string
Protected Overridable Function NormalizeAuthenticationContextClassReference (saml2AuthenticationContextClassReference As String) As String

매개 변수

saml2AuthenticationContextClassReference
String

System.IdentityModel.Tokens.Saml2Constants.AuthenticationContextClasses 상수 중 하나를 나타내는 문자열입니다.

반환

정규화된 값이 들어 있는 문자열입니다.

적용 대상