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