SamlSecurityTokenAuthenticator Constructors

Definition

Initializes a new instance of the SamlSecurityTokenAuthenticator class.

Overloads

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>)

Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators.

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan)

Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators and the maximum allowable difference between the sender's and receiver's clocks.

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>)

Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators.

C#
public SamlSecurityTokenAuthenticator(System.Collections.Generic.IList<System.IdentityModel.Selectors.SecurityTokenAuthenticator> supportingAuthenticators);

Parameters

supportingAuthenticators
IList<SecurityTokenAuthenticator>

An IList<T> of SecurityTokenAuthenticator that contains the authenticators to authenticate the issuer's SecurityToken security tokens.

Applies to

.NET Framework 4.8.1 та інші версії
Продукт Версії
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan)

Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators and the maximum allowable difference between the sender's and receiver's clocks.

C#
public SamlSecurityTokenAuthenticator(System.Collections.Generic.IList<System.IdentityModel.Selectors.SecurityTokenAuthenticator> supportingAuthenticators, TimeSpan maxClockSkew);

Parameters

supportingAuthenticators
IList<SecurityTokenAuthenticator>

An IList<T> of SecurityTokenAuthenticator that contains the authenticators to authenticate the issuer's SecurityToken security tokens.

maxClockSkew
TimeSpan

A TimeSpan that represents the maximum allowable difference between the sender's and receiver's clocks.

Applies to

.NET Framework 4.8.1 та інші версії
Продукт Версії
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1