SamlSecurityTokenAuthenticator Construtores

Definição

Inicializa uma nova instância da classe SamlSecurityTokenAuthenticator.Initializes a new instance of the SamlSecurityTokenAuthenticator class.

Sobrecargas

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>)

Inicializa uma nova instância da classe SamlSecurityTokenAuthenticator usando o conjunto de autenticadores especificado.Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators.

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan)

Inicializa uma nova instância da classe SamlSecurityTokenAuthenticator usando o conjunto de autenticadores especificado e a diferença máxima permitida entre os relógios do remetente e do destinatário.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>)

Inicializa uma nova instância da classe SamlSecurityTokenAuthenticator usando o conjunto de autenticadores especificado.Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators.

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

Parâmetros

supportingAuthenticators
IList<SecurityTokenAuthenticator>

Uma IList<T> de SecurityTokenAuthenticator que contém os autenticadores para autenticar os tokens de segurança SecurityToken do emissor.An IList<T> of SecurityTokenAuthenticator that contains the authenticators to authenticate the issuer's SecurityToken security tokens.

Aplica-se a

SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan)

Inicializa uma nova instância da classe SamlSecurityTokenAuthenticator usando o conjunto de autenticadores especificado e a diferença máxima permitida entre os relógios do remetente e do destinatário.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.

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)

Parâmetros

supportingAuthenticators
IList<SecurityTokenAuthenticator>

Uma IList<T> de SecurityTokenAuthenticator que contém os autenticadores para autenticar os tokens de segurança SecurityToken do emissor.An IList<T> of SecurityTokenAuthenticator that contains the authenticators to authenticate the issuer's SecurityToken security tokens.

maxClockSkew
TimeSpan

Um TimeSpan que representa a diferença máxima permitida entre os relógios do remetente e do destinatário.A TimeSpan that represents the maximum allowable difference between the sender's and receiver's clocks.

Aplica-se a