SecurityTokenHandlerCollection Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de SecurityTokenHandlerCollection klasse.
Overloads
| Name | Description |
|---|---|
| SecurityTokenHandlerCollection() |
Initialiseert een nieuw exemplaar van de SecurityTokenHandlerCollection klasse. |
| SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>) |
Initialiseert een nieuw exemplaar van de SecurityTokenHandlerCollection klasse met de opgegeven tokenhandlers. |
| SecurityTokenHandlerCollection(SecurityTokenHandlerConfiguration) |
Initialiseert een nieuw exemplaar van de SecurityTokenHandlerCollection klasse met de opgegeven configuratie. |
| SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>, SecurityTokenHandlerConfiguration) |
Initialiseert een nieuw exemplaar van de SecurityTokenHandlerCollection klasse met de opgegeven tokenhandlers en configuratie. |
SecurityTokenHandlerCollection()
Initialiseert een nieuw exemplaar van de SecurityTokenHandlerCollection klasse.
public:
SecurityTokenHandlerCollection();
public SecurityTokenHandlerCollection();
Public Sub New ()
Opmerkingen
De nieuwe verzameling bevat geen handlers.
Van toepassing op
SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>)
Initialiseert een nieuw exemplaar van de SecurityTokenHandlerCollection klasse met de opgegeven tokenhandlers.
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))
Parameters
- handlers
- IEnumerable<SecurityTokenHandler>
De tokenhandlers waarmee het nieuwe exemplaar moet worden geïnitialiseerd.
Opmerkingen
Gebruik deze constructor niet om een exemplaar van de SecurityTokenHandlerCollection klasse te klonen. Gebruik in plaats daarvan de kloonmethode .
Van toepassing op
SecurityTokenHandlerCollection(SecurityTokenHandlerConfiguration)
Initialiseert een nieuw exemplaar van de SecurityTokenHandlerCollection klasse met de opgegeven configuratie.
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)
Parameters
- configuration
- SecurityTokenHandlerConfiguration
De basisconfiguratie die moet worden gekoppeld aan de verzameling.
Opmerkingen
De nieuwe verzameling bevat geen handlers.
Van toepassing op
SecurityTokenHandlerCollection(IEnumerable<SecurityTokenHandler>, SecurityTokenHandlerConfiguration)
Initialiseert een nieuw exemplaar van de SecurityTokenHandlerCollection klasse met de opgegeven tokenhandlers en configuratie.
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)
Parameters
- handlers
- IEnumerable<SecurityTokenHandler>
De tokenhandlers waarmee het nieuwe exemplaar moet worden geïnitialiseerd.
- configuration
- SecurityTokenHandlerConfiguration
De basisconfiguratie die moet worden gekoppeld aan de verzameling.
Opmerkingen
Gebruik deze constructor niet om een exemplaar van de SecurityTokenHandlerCollection klasse te klonen. Gebruik in plaats daarvan de kloonmethode .