Sdílet prostřednictvím


SamlSecurityTokenAuthenticator Konstruktory

Definice

Inicializuje novou instanci SamlSecurityTokenAuthenticator třídy.

Přetížení

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>)

Inicializuje novou instanci SamlSecurityTokenAuthenticator třídy pomocí zadané sady ověřovacích objektů.

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan)

Inicializuje novou instanci SamlSecurityTokenAuthenticator třídy pomocí zadané sady ověřovacích a maximálního povoleného rozdílu mezi hodinami odesílatele a příjemce.

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>)

Inicializuje novou instanci SamlSecurityTokenAuthenticator třídy pomocí zadané sady ověřovacích objektů.

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))

Parametry

supportingAuthenticators
IList<SecurityTokenAuthenticator>

SecurityTokenAuthenticator HodnotaIList<T>, která obsahuje ověřovací objekty pro ověření tokenů zabezpečení vystaviteleSecurityToken.

Platí pro

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan)

Inicializuje novou instanci SamlSecurityTokenAuthenticator třídy pomocí zadané sady ověřovacích a maximálního povoleného rozdílu mezi hodinami odesílatele a příjemce.

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)

Parametry

supportingAuthenticators
IList<SecurityTokenAuthenticator>

SecurityTokenAuthenticator HodnotaIList<T>, která obsahuje ověřovací objekty pro ověření tokenů zabezpečení vystaviteleSecurityToken.

maxClockSkew
TimeSpan

A TimeSpan , který představuje maximální povolený rozdíl mezi hodinami odesílatele a příjemce.

Platí pro