IIdentityManagementService.ReadIdentity, méthode (IdentitySearchFactor, String, MembershipQuery, ReadIdentityOptions)
Surchargez qui prend un facteur unique de recherche et retourne correspondent à respecter l'ordre.
1. Avec plusieurs correspondances, identité active si existe, sinon première correspondance.
2. Lorsqu'il existe une correspondance unique, la correspondance.
3. Lorsqu'il n'y a aucune correspondance, annulez.
Identité de lecture selon le facteur de recherche. La première lecture du magasin d'IMS, puis (éventuellement) lu de la source comme AD.
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Function ReadIdentity ( _
searchFactor As IdentitySearchFactor, _
searchFactorValue As String, _
queryMembership As MembershipQuery, _
readOptions As ReadIdentityOptions _
) As TeamFoundationIdentity
TeamFoundationIdentity ReadIdentity(
IdentitySearchFactor searchFactor,
string searchFactorValue,
MembershipQuery queryMembership,
ReadIdentityOptions readOptions
)
Paramètres
- searchFactor
Type : Microsoft.TeamFoundation.Framework.Common.IdentitySearchFactor
comment la recherche est spécifiée (par le nom du compte, etc.)
- searchFactorValue
Type : System.String
chaîne recherchée réel (nom de compte, etc.)
- queryMembership
Type : Microsoft.TeamFoundation.Framework.Common.MembershipQuery
les informations d'appartenance None, directes ou développées
- readOptions
Type : Microsoft.TeamFoundation.Framework.Common.ReadIdentityOptions
readOptions, tels que la lecture de la source
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity
Choix d'identités correspondantes
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.