SecurityTokenHandlerCollection 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 SecurityTokenHandlerCollection.
Przeciążenia
SecurityTokenHandlerCollection() |
Inicjuje nowe wystąpienie klasy SecurityTokenHandlerCollection. |
SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>) |
Inicjuje SecurityTokenHandlerCollection nowe wystąpienie klasy przy użyciu określonych procedur obsługi tokenów. |
SecurityTokenHandlerCollection(SecurityTokenHandlerConfiguration) |
Inicjuje SecurityTokenHandlerCollection nowe wystąpienie klasy z określoną konfiguracją. |
SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>, SecurityTokenHandlerConfiguration) |
Inicjuje SecurityTokenHandlerCollection nowe wystąpienie klasy przy użyciu określonych procedur obsługi tokenów i konfiguracji. |
SecurityTokenHandlerCollection()
Inicjuje nowe wystąpienie klasy SecurityTokenHandlerCollection.
public:
SecurityTokenHandlerCollection();
public SecurityTokenHandlerCollection ();
Public Sub New ()
Uwagi
Nowa kolekcja nie zawiera żadnych procedur obsługi.
Dotyczy
SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>)
Inicjuje SecurityTokenHandlerCollection nowe wystąpienie klasy przy użyciu określonych procedur obsługi tokenów.
public:
SecurityTokenHandlerCollection(System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SecurityTokenHandler ^> ^ handlers);
public SecurityTokenHandlerCollection (System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SecurityTokenHandler> handlers);
new System.IdentityModel.Tokens.SecurityTokenHandlerCollection : seq<System.IdentityModel.Tokens.SecurityTokenHandler> -> System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public Sub New (handlers As IEnumerable(Of SecurityTokenHandler))
Parametry
- handlers
- IEnumerable<SecurityTokenHandler>
Procedury obsługi tokenów, za pomocą których należy zainicjować nowe wystąpienie.
Uwagi
Nie należy używać tego konstruktora do próby sklonowania wystąpienia SecurityTokenHandlerCollection klasy, zamiast tego użyj metody Clone .
Dotyczy
SecurityTokenHandlerCollection(SecurityTokenHandlerConfiguration)
Inicjuje SecurityTokenHandlerCollection nowe wystąpienie klasy z określoną konfiguracją.
public:
SecurityTokenHandlerCollection(System::IdentityModel::Tokens::SecurityTokenHandlerConfiguration ^ configuration);
public SecurityTokenHandlerCollection (System.IdentityModel.Tokens.SecurityTokenHandlerConfiguration configuration);
new System.IdentityModel.Tokens.SecurityTokenHandlerCollection : System.IdentityModel.Tokens.SecurityTokenHandlerConfiguration -> System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public Sub New (configuration As SecurityTokenHandlerConfiguration)
Parametry
- configuration
- SecurityTokenHandlerConfiguration
Podstawowa konfiguracja do skojarzenia z kolekcją.
Uwagi
Nowa kolekcja nie zawiera żadnych procedur obsługi.
Dotyczy
SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>, SecurityTokenHandlerConfiguration)
Inicjuje SecurityTokenHandlerCollection nowe wystąpienie klasy przy użyciu określonych procedur obsługi tokenów i konfiguracji.
public:
SecurityTokenHandlerCollection(System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SecurityTokenHandler ^> ^ handlers, System::IdentityModel::Tokens::SecurityTokenHandlerConfiguration ^ configuration);
public SecurityTokenHandlerCollection (System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SecurityTokenHandler> handlers, System.IdentityModel.Tokens.SecurityTokenHandlerConfiguration configuration);
new System.IdentityModel.Tokens.SecurityTokenHandlerCollection : seq<System.IdentityModel.Tokens.SecurityTokenHandler> * System.IdentityModel.Tokens.SecurityTokenHandlerConfiguration -> System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public Sub New (handlers As IEnumerable(Of SecurityTokenHandler), configuration As SecurityTokenHandlerConfiguration)
Parametry
- handlers
- IEnumerable<SecurityTokenHandler>
Procedury obsługi tokenów, za pomocą których należy zainicjować nowe wystąpienie.
- configuration
- SecurityTokenHandlerConfiguration
Podstawowa konfiguracja do skojarzenia z kolekcją.
Uwagi
Nie należy używać tego konstruktora do próby sklonowania wystąpienia SecurityTokenHandlerCollection klasy, zamiast tego użyj metody Clone .