TeamFoundationAccessControlService.IsServiceIdentity-Methode
Überprüft, um festzustellen, ob die angegebene Identität eine Dienstidentität ist
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function IsServiceIdentity ( _
requestContext As TeamFoundationRequestContext, _
identity As Identity, _
compareScope As Boolean _
) As Boolean
public static bool IsServiceIdentity(
TeamFoundationRequestContext requestContext,
Identity identity,
bool compareScope
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identity
Typ: Microsoft.VisualStudio.Services.Identity.Identity
- compareScope
Typ: System.Boolean
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.