IGroupSecurityService.IsIdentityCached, méthode
Vérifie si une identité est mise en cache.
Espace de noms : Microsoft.TeamFoundation.Server
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Function IsIdentityCached ( _
factor As SearchFactor, _
factorValue As String _
) As Boolean
bool IsIdentityCached(
SearchFactor factor,
string factorValue
)
Paramètres
- factor
Type : Microsoft.TeamFoundation.Server.SearchFactor
Spécifie comment la recherche continue SearchFactor
- factorValue
Type : System.String
Cette valeur sera interprétée sur SearchFactor
Valeur de retour
Type : System.Boolean
True si et seulement si l'identité est mise en cache ; sinon, False.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.