PermissionEvaluationCallback, délégué
Une fonction fournie par l'utilisateur d' [TeamFoundationSecurityNamespace].
Elle appelle chaque fois qu'une décision d'autorisation est prise.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Delegate Function PermissionEvaluationCallback ( _
requestContext As TeamFoundationRequestContext, _
token As String, _
requestedPermissions As Integer, _
effectiveAllows As Integer, _
effectiveDenys As Integer, _
preliminaryDecision As Boolean _
) As Boolean
public delegate bool PermissionEvaluationCallback(
TeamFoundationRequestContext requestContext,
string token,
int requestedPermissions,
int effectiveAllows,
int effectiveDenys,
bool preliminaryDecision
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- token
Type : System.String
- requestedPermissions
Type : System.Int32
- effectiveAllows
Type : System.Int32
- effectiveDenys
Type : System.Int32
- preliminaryDecision
Type : System.Boolean
Valeur de retour
Type : System.Boolean