This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
TeamFoundationIdentityService Class
System.Object
Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentityService
Namespace:
Microsoft.TeamFoundation.Server.Core Assembly:
Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationTaskService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationFeatureAvailabilityService))> _
<TeamFoundationServiceDependency(GetType(SecurityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSecurityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationEventService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
Public Class TeamFoundationIdentityService _
Implements ITeamFoundationService, ITeamFoundationIdentityService
The TeamFoundationIdentityService type exposes the following members.
|
| Name | Description |
|---|
 | AddGroupAdministrator | |
 | AddMemberToApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, TeamFoundationIdentity) | |
 | AddMemberToApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor) | |
 | AddRecentUser | |
 | CreateApplicationGroup(TeamFoundationRequestContext, String, String, String) | |
 | CreateApplicationGroup(TeamFoundationRequestContext, String, String, String, Boolean, Boolean) | |
 | CreateDescriptor | |
 | CreateScope | |
 | CreateUser | |
 | DeleteApplicationGroup | |
 | DeleteScope | |
 | DeleteUser | |
 | EnsureIsMember(TeamFoundationRequestContext, IdentityDescriptor, TeamFoundationIdentity) | |
 | EnsureIsMember(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor) | |
 | EnsureNotMember | |
 | EnsureWellKnownGroupExists | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetIdentityChanges | |
 | GetMostRecentlyUsedUsers | |
 | GetPreferredEmailAddress(TeamFoundationRequestContext, Guid) | |
 | GetPreferredEmailAddress(TeamFoundationRequestContext, Guid, Boolean) | Get the preferred address. |
 | GetProjectAdminSid | |
 | GetScopeInfo | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | IsEmailConfirmationPending | |
 | IsIdentityCached(TeamFoundationRequestContext, IdentityDescriptor) | Obsolete. Check if a particular ID is cached |
 | IsIdentityCached(TeamFoundationRequestContext, SecurityIdentifier) | |
 | IsMember(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor) | |
 | IsMember(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor, Boolean) | |
 | ListApplicationGroups(TeamFoundationRequestContext, String, ReadIdentityOptions, IEnumerable(Of String)) | |
 | ListApplicationGroups(TeamFoundationRequestContext, String, ReadIdentityOptions, IEnumerable(Of String), IdentityPropertyScope) | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ReadFilteredIdentities | |
 | ReadFilteredIdentitiesByDescriptor | Read a page of filtered identities by IdentityDescriptor, sorted by DisplayName. |
 | ReadIdentities(TeamFoundationRequestContext, IdentityDescriptor()) | |
 | ReadIdentities(TeamFoundationRequestContext, Guid()) | |
 | ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, String()) | |
 | ReadIdentities(TeamFoundationRequestContext, IdentityDescriptor(), MembershipQuery, ReadIdentityOptions, IEnumerable(Of String)) | |
 | ReadIdentities(TeamFoundationRequestContext, Guid(), MembershipQuery, ReadIdentityOptions, IEnumerable(Of String)) | |
 | ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, String(), MembershipQuery, ReadIdentityOptions, IEnumerable(Of String)) | |
 | ReadIdentities(TeamFoundationRequestContext, IdentityDescriptor(), MembershipQuery, ReadIdentityOptions, IEnumerable(Of String), IdentityPropertyScope) | |
 | ReadIdentities(TeamFoundationRequestContext, Guid(), MembershipQuery, ReadIdentityOptions, IEnumerable(Of String), IdentityPropertyScope) | |
 | ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, String(), MembershipQuery, ReadIdentityOptions, IEnumerable(Of String), IdentityPropertyScope) | |
 | ReadIdentity(TeamFoundationRequestContext, String) | |
 | ReadIdentity(TeamFoundationRequestContext, IdentitySearchFactor, String) | |
 | ReadIdentity(TeamFoundationRequestContext, IdentityDescriptor, MembershipQuery, ReadIdentityOptions) | |
 | ReadIdentity(TeamFoundationRequestContext, IdentitySearchFactor, String, MembershipQuery, ReadIdentityOptions, IEnumerable(Of String)) | |
 | ReadIdentity(TeamFoundationRequestContext, IdentityDescriptor, MembershipQuery, ReadIdentityOptions, IEnumerable(Of String), IdentityPropertyScope) | |
 | ReadIdentity(TeamFoundationRequestContext, IdentitySearchFactor, String, MembershipQuery, ReadIdentityOptions, IEnumerable(Of String), IdentityPropertyScope) | |
 | ReadIdentityFromSource | |
 | ReadRequestIdentity | |
 | RefreshIdentity | |
 | RemoveGroupAdministrator | |
 | RemoveMemberFromApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor) | |
 | RemoveMemberFromApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor, Boolean) | |
 | RenameScope | |
 | SetCustomDisplayName | |
 | SetPreferredEmailAddress | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | UpdateApplicationGroup | |
 | UpdateExtendedProperties(TeamFoundationRequestContext, IdentityDescriptor, IEnumerable(Of PropertyValue)) | |
 | UpdateExtendedProperties(TeamFoundationRequestContext, IdentityPropertyScope, IdentityDescriptor, IEnumerable(Of PropertyValue)) | |
 | UpdateIdentities | |
 | UpdateIdentity | |
TopAny public
static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.