SecurityTokenHandlerCollection 생성자

정의

SecurityTokenHandlerCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

SecurityTokenHandlerCollection()

SecurityTokenHandlerCollection 클래스의 새 인스턴스를 초기화합니다.

SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>)

지정된 토큰 처리기를 사용하여 SecurityTokenHandlerCollection 클래스의 새 인스턴스를 초기화합니다.

SecurityTokenHandlerCollection(SecurityTokenHandlerConfiguration)

지정된 구성을 사용하여 SecurityTokenHandlerCollection 클래스의 새 인스턴스를 초기화합니다.

SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>, SecurityTokenHandlerConfiguration)

지정된 토큰 처리기 및 구성을 사용하여 SecurityTokenHandlerCollection 클래스의 새 인스턴스를 초기화합니다

SecurityTokenHandlerCollection()

SecurityTokenHandlerCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 SecurityTokenHandlerCollection();
public SecurityTokenHandlerCollection ();
Public Sub New ()

설명

새 컬렉션에 모든 처리기를 없습니다.

적용 대상

SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>)

지정된 토큰 처리기를 사용하여 SecurityTokenHandlerCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 SecurityTokenHandlerCollection(System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SecurityTokenHandler ^> ^ handlers);
public SecurityTokenHandlerCollection (System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SecurityTokenHandler> handlers);
new System.IdentityModel.Tokens.SecurityTokenHandlerCollection : seq<System.IdentityModel.Tokens.SecurityTokenHandler> -> System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public Sub New (handlers As IEnumerable(Of SecurityTokenHandler))

매개 변수

handlers
IEnumerable<SecurityTokenHandler>

새 인스턴스를 초기화하는 데 사용할 토큰 처리기입니다.

설명

인스턴스를 복제 하려고 하는 데이 생성자를 사용 하지 마십시오는 SecurityTokenHandlerCollection 클래스를 사용 합니다 복제 메서드 대신 합니다.

적용 대상

SecurityTokenHandlerCollection(SecurityTokenHandlerConfiguration)

지정된 구성을 사용하여 SecurityTokenHandlerCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 SecurityTokenHandlerCollection(System::IdentityModel::Tokens::SecurityTokenHandlerConfiguration ^ configuration);
public SecurityTokenHandlerCollection (System.IdentityModel.Tokens.SecurityTokenHandlerConfiguration configuration);
new System.IdentityModel.Tokens.SecurityTokenHandlerCollection : System.IdentityModel.Tokens.SecurityTokenHandlerConfiguration -> System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public Sub New (configuration As SecurityTokenHandlerConfiguration)

매개 변수

configuration
SecurityTokenHandlerConfiguration

컬렉션과 연결할 기본 구성입니다.

설명

새 컬렉션에 모든 처리기를 없습니다.

적용 대상

SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>, SecurityTokenHandlerConfiguration)

지정된 토큰 처리기 및 구성을 사용하여 SecurityTokenHandlerCollection 클래스의 새 인스턴스를 초기화합니다

public:
 SecurityTokenHandlerCollection(System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SecurityTokenHandler ^> ^ handlers, System::IdentityModel::Tokens::SecurityTokenHandlerConfiguration ^ configuration);
public SecurityTokenHandlerCollection (System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SecurityTokenHandler> handlers, System.IdentityModel.Tokens.SecurityTokenHandlerConfiguration configuration);
new System.IdentityModel.Tokens.SecurityTokenHandlerCollection : seq<System.IdentityModel.Tokens.SecurityTokenHandler> * System.IdentityModel.Tokens.SecurityTokenHandlerConfiguration -> System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public Sub New (handlers As IEnumerable(Of SecurityTokenHandler), configuration As SecurityTokenHandlerConfiguration)

매개 변수

handlers
IEnumerable<SecurityTokenHandler>

새 인스턴스를 초기화하는 데 사용할 토큰 처리기입니다.

configuration
SecurityTokenHandlerConfiguration

컬렉션과 연결할 기본 구성입니다.

설명

인스턴스를 복제 하려고 하는 데이 생성자를 사용 하지 마십시오는 SecurityTokenHandlerCollection 클래스를 사용 합니다 복제 메서드 대신 합니다.

적용 대상