Propriété ServiceElement.SecurityTokenHandlerSets
A collection of SecurityTokenHandlerCollection elements.
Espace de noms: Microsoft.IdentityModel.Configuration
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As ServiceElement Dim value As SecurityTokenHandlerSetElementCollection value = instance.SecurityTokenHandlerSets
Syntaxe
'Déclaration
<ConfigurationPropertyAttribute("", Options:=ConfigurationPropertyOptions.IsDefaultCollection)> _
Public ReadOnly Property SecurityTokenHandlerSets As SecurityTokenHandlerSetElementCollection
[ConfigurationPropertyAttribute("", Options=ConfigurationPropertyOptions.IsDefaultCollection)]
public SecurityTokenHandlerSetElementCollection SecurityTokenHandlerSets { get; }
[ConfigurationPropertyAttribute(L"", Options=ConfigurationPropertyOptions::IsDefaultCollection)]
public:
property SecurityTokenHandlerSetElementCollection^ SecurityTokenHandlerSets {
SecurityTokenHandlerSetElementCollection^ get ();
}
/** @property */
public SecurityTokenHandlerSetElementCollection get_SecurityTokenHandlerSets ()
public function get SecurityTokenHandlerSets () : SecurityTokenHandlerSetElementCollection
Valeur de la propriété
A collection of SecurityTokenHandlerCollection elements.
Exceptions
Type d'exception | Condition |
---|
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 ServiceElement
Membres ServiceElement
Espace de noms Microsoft.IdentityModel.Configuration