Propriété SessionSecurityTokenHandler.TokenCache
Espace de noms: Microsoft.IdentityModel.Tokens
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As SessionSecurityTokenHandler Dim value As SecurityTokenCache value = instance.TokenCache instance.TokenCache = value
Syntaxe
'Déclaration
Public Property TokenCache As SecurityTokenCache
public SecurityTokenCache TokenCache { get; set; }
public:
property SecurityTokenCache^ TokenCache {
SecurityTokenCache^ get ();
void set (SecurityTokenCache^ value);
}
/** @property */
public SecurityTokenCache get_TokenCache ()
/** @property */
public void set_TokenCache (SecurityTokenCache value)
public function get TokenCache () : SecurityTokenCache
public function set TokenCache (value : SecurityTokenCache)
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 SessionSecurityTokenHandler
Membres SessionSecurityTokenHandler
Espace de noms Microsoft.IdentityModel.Tokens