Partager via


Propriété SecurityTokenHandlerElementCollection.HandlerConfiguration

Espace de noms: Microsoft.IdentityModel.Configuration
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As SecurityTokenHandlerElementCollection
Dim value As SecurityTokenHandlerConfigurationElement

value = instance.HandlerConfiguration

instance.HandlerConfiguration = value

Syntaxe

'Déclaration
<ConfigurationPropertyAttribute("securityTokenHandlerConfiguration", IsRequired:=False)> _
Public Property HandlerConfiguration As SecurityTokenHandlerConfigurationElement
[ConfigurationPropertyAttribute("securityTokenHandlerConfiguration", IsRequired=false)] 
public SecurityTokenHandlerConfigurationElement HandlerConfiguration { get; set; }
[ConfigurationPropertyAttribute(L"securityTokenHandlerConfiguration", IsRequired=false)] 
public:
property SecurityTokenHandlerConfigurationElement^ HandlerConfiguration {
    SecurityTokenHandlerConfigurationElement^ get ();
    void set (SecurityTokenHandlerConfigurationElement^ value);
}
/** @property */
public SecurityTokenHandlerConfigurationElement get_HandlerConfiguration ()

/** @property */
public void set_HandlerConfiguration (SecurityTokenHandlerConfigurationElement value)
public function get HandlerConfiguration () : SecurityTokenHandlerConfigurationElement

public function set HandlerConfiguration (value : SecurityTokenHandlerConfigurationElement)

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Voir aussi

Référence

Classe SecurityTokenHandlerElementCollection
Membres SecurityTokenHandlerElementCollection
Espace de noms Microsoft.IdentityModel.Configuration