Méthode ClaimsAuthorizationManager.CheckAccess
When implemented in a derived class, this method will authorize the subject specified in the context to perform the specified action on the specified resource.
Espace de noms: Microsoft.IdentityModel.Claims
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As ClaimsAuthorizationManager Dim context As AuthorizationContext Dim returnValue As Boolean returnValue = instance.CheckAccess(context)
Syntaxe
'Déclaration
Public Overridable Function CheckAccess ( _
context As AuthorizationContext _
) As Boolean
public virtual bool CheckAccess (
AuthorizationContext context
)
public:
virtual bool CheckAccess (
AuthorizationContext^ context
)
public boolean CheckAccess (
AuthorizationContext context
)
public function CheckAccess (
context : AuthorizationContext
) : boolean
Paramètres
- context
Encapsulates the subject, resource, and action.
Valeur de retour
true if authorized, false otherwise.
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 ClaimsAuthorizationManager
Membres ClaimsAuthorizationManager
Espace de noms Microsoft.IdentityModel.Claims