다음을 통해 공유


SamlSecurityTokenAuthenticator 생성자

정의

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

오버로드

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> 보안 토큰을 인증할 인증자를 포함하는 SecurityTokenAuthenticatorSecurityToken입니다.

적용 대상

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> 보안 토큰을 인증할 인증자를 포함하는 SecurityTokenAuthenticatorSecurityToken입니다.

maxClockSkew
TimeSpan

발신자 클럭과 수신자 클럭 간에 허용 가능한 최대 차이를 나타내는 TimeSpan입니다.

적용 대상