SamlSecurityTokenAuthenticator 생성자

정의

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

오버로드

Name Description
SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>)

지정된 인증자 집합을 SamlSecurityTokenAuthenticator 사용하여 클래스의 새 인스턴스를 초기화합니다.

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan)

지정된 인증자 집합을 사용하여 클래스의 SamlSecurityTokenAuthenticator 새 인스턴스를 초기화하고 발신자와 수신자의 클록 간에 허용되는 최대 차이를 초기화합니다.

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>)

지정된 인증자 집합을 SamlSecurityTokenAuthenticator 사용하여 클래스의 새 인스턴스를 초기화합니다.

public:
 SamlSecurityTokenAuthenticator(System::Collections::Generic::IList<System::IdentityModel::Selectors::SecurityTokenAuthenticator ^> ^ supportingAuthenticators);
public SamlSecurityTokenAuthenticator(System.Collections.Generic.IList<System.IdentityModel.Selectors.SecurityTokenAuthenticator> supportingAuthenticators);
new System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator : System.Collections.Generic.IList<System.IdentityModel.Selectors.SecurityTokenAuthenticator> -> System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator
Public Sub New (supportingAuthenticators As IList(Of SecurityTokenAuthenticator))

매개 변수

supportingAuthenticators
IList<SecurityTokenAuthenticator>

그 중 IList<T> 발급 SecurityTokenAuthenticator 자의 보안 토큰을 인증 SecurityToken 하는 인증자가 포함되어 있습니다.

적용 대상

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan)

지정된 인증자 집합을 사용하여 클래스의 SamlSecurityTokenAuthenticator 새 인스턴스를 초기화하고 발신자와 수신자의 클록 간에 허용되는 최대 차이를 초기화합니다.

public:
 SamlSecurityTokenAuthenticator(System::Collections::Generic::IList<System::IdentityModel::Selectors::SecurityTokenAuthenticator ^> ^ supportingAuthenticators, TimeSpan maxClockSkew);
public SamlSecurityTokenAuthenticator(System.Collections.Generic.IList<System.IdentityModel.Selectors.SecurityTokenAuthenticator> supportingAuthenticators, TimeSpan maxClockSkew);
new System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator : System.Collections.Generic.IList<System.IdentityModel.Selectors.SecurityTokenAuthenticator> * TimeSpan -> System.IdentityModel.Selectors.SamlSecurityTokenAuthenticator
Public Sub New (supportingAuthenticators As IList(Of SecurityTokenAuthenticator), maxClockSkew As TimeSpan)

매개 변수

supportingAuthenticators
IList<SecurityTokenAuthenticator>

그 중 IList<T> 발급 SecurityTokenAuthenticator 자의 보안 토큰을 인증 SecurityToken 하는 인증자가 포함되어 있습니다.

maxClockSkew
TimeSpan

TimeSpan 보낸 사람의 시계와 받는 사람의 시계 사이의 최대 허용 차이를 나타내는 A입니다.

적용 대상