SamlSecurityTokenAuthenticator Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy SamlSecurityTokenAuthenticator.
Przeciążenia
SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>) |
Inicjuje SamlSecurityTokenAuthenticator nowe wystąpienie klasy przy użyciu określonego zestawu uwierzytelniania. |
SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan) |
Inicjuje nowe wystąpienie SamlSecurityTokenAuthenticator klasy przy użyciu określonego zestawu uwierzytelniania i maksymalnej dozwolonej różnicy między zegarami nadawcy i odbiorcy. |
SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>)
Inicjuje SamlSecurityTokenAuthenticator nowe wystąpienie klasy przy użyciu określonego zestawu uwierzytelniania.
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 Element IList<T> zawierający uwierzytelnianie uwierzytelniające tokeny zabezpieczające wystawcySecurityToken.
Dotyczy
SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan)
Inicjuje nowe wystąpienie SamlSecurityTokenAuthenticator klasy przy użyciu określonego zestawu uwierzytelniania i maksymalnej dozwolonej różnicy między zegarami nadawcy i odbiorcy.
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 Element IList<T> zawierający uwierzytelnianie uwierzytelniające tokeny zabezpieczające wystawcySecurityToken.
- maxClockSkew
- TimeSpan
Wartość TimeSpan reprezentująca maksymalną dozwoloną różnicę między zegarami nadawcy i odbiorcy.