Partager via


Propriété SecurityTokenCache.Owner

Sets the SecurityTokenHandler that owns the cache.

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

Utilisation

    Dim instance As SecurityTokenCache
Dim value As SecurityTokenHandler

value = instance.Owner

instance.Owner = value

Syntaxe

'Déclaration
Public Property Owner As SecurityTokenHandler
public SecurityTokenHandler Owner { get; set; }
public:
property SecurityTokenHandler^ Owner {
    SecurityTokenHandler^ get ();
    void set (SecurityTokenHandler^ value);
}
/** @property */
public SecurityTokenHandler get_Owner ()

/** @property */
public void set_Owner (SecurityTokenHandler value)
public function get Owner () : SecurityTokenHandler

public function set Owner (value : SecurityTokenHandler)

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 SecurityTokenCache
Membres SecurityTokenCache
Espace de noms Microsoft.IdentityModel.Tokens