Partager via


Propriété Claim.Properties

Gets the collection of Properties that are name-value pairs.

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

Utilisation

    Dim instance As Claim
Dim value As IDictionary(Of String, String)

value = instance.Properties

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Properties As IDictionary(Of String, String)
public virtual IDictionary<string,string> Properties { get; }
public:
virtual property IDictionary<String^, String^>^ Properties {
    IDictionary<String^, String^>^ get ();
}
/** @property */
public IDictionary<String,String> get_Properties ()
public function get Properties () : IDictionary<String,String>

Valeur de la propriété

The collection of Properties.

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 Claim
Membres Claim
Espace de noms Microsoft.IdentityModel.Claims