TeamFoundationIdentityService Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentityService

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

‘선언
Public NotInheritable Class TeamFoundationIdentityService _
    Implements ITeamFoundationService
public sealed class TeamFoundationIdentityService : ITeamFoundationService
public ref class TeamFoundationIdentityService sealed : ITeamFoundationService
[<Sealed>]
type TeamFoundationIdentityService =  
    class
        interface ITeamFoundationService
    end
public final class TeamFoundationIdentityService implements ITeamFoundationService

The TeamFoundationIdentityService type exposes the following members.

Methods

  Name Description
Public method AddMemberToApplicationGroup
Public method CreateApplicationGroup
Public method CreateDescriptor
Public method CreateScope
Public method CreateUser
Public method DeleteApplicationGroup
Public method DeleteScope
Public method EnsureIsMember
Public method EnsureNotMember
Public method EnsureWellKnownGroupExists
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetScopeInfo
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsMember
Public method ListApplicationGroups
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ReadIdentities(TeamFoundationRequestContext, array<IdentityDescriptor[], MembershipQuery, ReadIdentityOptions)
Public method ReadIdentities(TeamFoundationRequestContext, array<Guid[], MembershipQuery, ReadIdentityOptions)
Public method ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, array<String[], MembershipQuery, ReadIdentityOptions)
Public method ReadIdentity(TeamFoundationRequestContext, IdentityDescriptor, MembershipQuery, ReadIdentityOptions)
Public method ReadIdentity(TeamFoundationRequestContext, IdentitySearchFactor, String, MembershipQuery, ReadIdentityOptions)
Public method ReadIdentityFromSource
Public method RefreshIdentity
Public method RemoveMemberFromApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor)
Public method RemoveMemberFromApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor, Boolean)
Public method RenameScope
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UpdateApplicationGroup

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceEnd
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceFlushCache
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceStart

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace