SamlSecurityTokenAuthenticator Konstruktory

Definice

Inicializuje novou instanci SamlSecurityTokenAuthenticator třídy.

Přetížení

Name Description
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 objektů a maximální povolený rozdíl 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>

Hodnota IList<T>SecurityTokenAuthenticator , která obsahuje ověřovací objekty k ověření tokenů zabezpečení vystavitele SecurityToken .

Platí pro

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan)

Inicializuje novou instanci SamlSecurityTokenAuthenticator třídy pomocí zadané sady ověřovacích objektů a maximální povolený rozdíl 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>

Hodnota IList<T>SecurityTokenAuthenticator , která obsahuje ověřovací objekty k ověření tokenů zabezpečení vystavitele SecurityToken .

maxClockSkew
TimeSpan

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

Platí pro