IIdentityManagementService2.ReadIdentity, méthode (IdentitySearchFactor, String, MembershipQuery, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope)
Surchargez qui prend un seul facteur de recherche et retourne une correspondance suivant cette commande :
1.Avec plusieurs correspondances, identité active le cas échéant, ou bien première correspondance.
2.Lors d'une correspondance unique, la correspondance.
3.Lorsqu'il n'y a aucune correspondance, supprimez.
Lisez l'identité est basé sur le facteur de recherche.Le premier a lu de mémoire d'IMS, puis éventuellement a lu de la source comme le Répertoire actif.
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, _
propertyNameFilters As IEnumerable(Of String), _
propertyScope As IdentityPropertyScope _
) As TeamFoundationIdentity
TeamFoundationIdentity ReadIdentity(
IdentitySearchFactor searchFactor,
string searchFactorValue,
MembershipQuery queryMembership,
ReadIdentityOptions readOptions,
IEnumerable<string> propertyNameFilters,
IdentityPropertyScope propertyScope
)
Paramètres
- searchFactor
Type : Microsoft.TeamFoundation.Framework.Common.IdentitySearchFactor
Comment la recherche est spécifiée, par exemple par le nom du compte, et ainsi de suite.
- searchFactorValue
Type : System.String
Chaîne de recherche réelle, telle que le nom du compte.
- queryMembership
Type : Microsoft.TeamFoundation.Framework.Common.MembershipQuery
Les informations d'appartenance pas, directes ou développées.
- readOptions
Type : Microsoft.TeamFoundation.Framework.Common.ReadIdentityOptions
Lisez les options, telles que la lecture de la source.
- propertyNameFilters
Type : System.Collections.Generic.IEnumerable<String>
- propertyScope
Type : Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
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.