Partager via


Propriété SecurityTokenService.Scope

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

Utilisation

    Dim instance As SecurityTokenService
Dim value As Scope

value = instance.Scope

instance.Scope = value

Syntaxe

'Déclaration
Public Property Scope As Scope
public Scope Scope { get; set; }
public:
property Scope^ Scope {
    Scope^ get ();
    void set (Scope^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Scope get_Scope ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Scope (Scope value)
CompilerGeneratedAttribute 
public function get Scope () : Scope

CompilerGeneratedAttribute 
public function set Scope (value : Scope)

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