다음을 통해 공유


IdentityConfiguration.LoadHandlers(IdentityConfigurationElement) 메서드

정의

지정된 서비스에 정의된 SecurityTokenHandlerCollectionManager를 로드합니다.

protected:
 System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ LoadHandlers(System::IdentityModel::Configuration::IdentityConfigurationElement ^ serviceElement);
protected System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager LoadHandlers (System.IdentityModel.Configuration.IdentityConfigurationElement serviceElement);
member this.LoadHandlers : System.IdentityModel.Configuration.IdentityConfigurationElement -> System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager
Protected Function LoadHandlers (serviceElement As IdentityConfigurationElement) As SecurityTokenHandlerCollectionManager

매개 변수

serviceElement
IdentityConfigurationElement

이 인스턴스를 구성하는 데 사용되는 <identityConfiguration> 요소입니다.

반환

처리기 컬렉션 관리자입니다.

설명

이 메서드를 호출 합니다 LoadHandlerConfiguration 토큰 처리기를 구성 하는 방법입니다.

적용 대상