Partager via


Méthode ClaimsPrincipalPermission.CheckAccess

Checks if the current principal is authorized to perform the given action on the given resource.

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

Utilisation

    Dim resource As String
Dim action As StringClaimsPrincipalPermission.CheckAccess(resource, action)

Syntaxe

'Déclaration
Public Shared Sub CheckAccess ( _
    resource As String, _
    action As String _
)
public static void CheckAccess (
    string resource,
    string action
)
public:
static void CheckAccess (
    String^ resource, 
    String^ action
)
public static void CheckAccess (
    String resource, 
    String action
)
public static function CheckAccess (
    resource : String, 
    action : String
)

Paramètres

  • resource
    The resource requested by the principal.
  • action
    The action requested by the principal.

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