Partager via


Méthode ClaimsPrincipal.IsInRole

This class interprets IsInRole as the reflection of whether this principal possesses a claim specified by a configured list. The claim value has no bearing on the result.

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

Utilisation

    Dim instance As ClaimsPrincipal
Dim role As String
Dim returnValue As Boolean

returnValue = instance.IsInRole(role)

Syntaxe

'Déclaration
Public Function IsInRole ( _
    role As String _
) As Boolean
public bool IsInRole (
    string role
)
public:
virtual bool IsInRole (
    String^ role
) sealed
public final boolean IsInRole (
    String role
)
public final function IsInRole (
    role : String
) : boolean

Paramètres

  • role
    The claim type of the role to check for.

Valeur de retour

Returns Boolean. true if a claim with the specified type exists; otherwise, false.

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