IdentityService Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Services.Identity.IdentityService

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

Syntax

'Declaration
Public MustInherit Class IdentityService _
    Implements ITeamFoundationService
public abstract class IdentityService : ITeamFoundationService
public ref class IdentityService abstract : ITeamFoundationService
[<AbstractClass>]
type IdentityService =  
    class 
        interface ITeamFoundationService 
    end
public abstract class IdentityService implements ITeamFoundationService

The IdentityService type exposes the following members.

Constructors

  Name Description
Protected method IdentityService

Top

Properties

  Name Description
Public property SyncAgents

Top

Methods

  Name Description
Public method CreateScope
Public method EnsureIsMember(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor)
Public method EnsureIsMember(TeamFoundationRequestContext, IdentityDescriptor, Identity)
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.)
Protected method FireDescriptorsChanged
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetScope
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Install
Public method IsMember
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ReadIdentities(TeamFoundationRequestContext, IList<IdentityDescriptor>, MembershipQuery, IEnumerable<String>)
Public method ReadIdentities(TeamFoundationRequestContext, IList<Guid>, MembershipQuery, IEnumerable<String>)
Public method ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, String, MembershipQuery, IEnumerable<String>)
Public method ReadRequestIdentity
Public method ServiceEnd
Public method ServiceStart
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UpdateIdentities

Top

Events

  Name Description
Protected event DescriptorsChanged

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.VisualStudio.Services.Identity Namespace