IdentityService 类

继承层次结构

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

命名空间:  Microsoft.VisualStudio.Services.Identity
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public MustInherit Class IdentityService _
    Implements ITeamFoundationService, IDisposable
public abstract class IdentityService : ITeamFoundationService, 
    IDisposable

IdentityService 类型公开以下成员。

构造函数

  名称 说明
受保护的方法 IdentityService

页首

属性

  名称 说明
受保护的属性 Domain
公共属性 SyncAgents

页首

方法

  名称 说明
受保护的方法 AddBuiltInSyncAgents 在它们初始化之前,允许子类、同步代理收集。
公共方法 AddMemberToGroup(TeamFoundationRequestContext, IdentityDescriptor, Identity)
公共方法 AddMemberToGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor)
公共方法 CreateGroup
公共方法 CreateScope
公共方法 DeleteGroup
公共方法 DeleteScope
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
受保护的方法 FireDescriptorsChanged
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetScope(TeamFoundationRequestContext, Guid)
公共方法 GetScope(TeamFoundationRequestContext, String)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 Install
公共方法 IsMember
公共方法 ListDeletedGroups
公共方法 ListGroups
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ReadFilteredIdentities reads 筛选标识。
公共方法 ReadIdentities(TeamFoundationRequestContext, IdentitySearchFilter, String, QueryMembership, IEnumerable<String>)
公共方法 ReadIdentities(TeamFoundationRequestContext, IList<IdentityDescriptor>, QueryMembership, IEnumerable<String>, Boolean)
公共方法 ReadIdentities(TeamFoundationRequestContext, IList<Guid>, QueryMembership, IEnumerable<String>, Boolean)
公共方法 ReadIdentitiesFromSource(TeamFoundationRequestContext, IList<IdentityDescriptor>, QueryMembership)
公共方法 ReadIdentitiesFromSource(TeamFoundationRequestContext, IList<String>, QueryMembership) 返回具有 0 或活动标识的列表。
公共方法 ReadRequestIdentity
公共方法 RemoveMemberFromGroup
公共方法 RenameScope
公共方法 ServiceEnd
公共方法 ServiceStart
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)
公共方法 Uninstall
公共方法 UpdateIdentities
公共方法 UpdateProfileProperties

页首

事件

  名称 说明
受保护的事件 DescriptorsChanged

页首

显式接口实现  

  名称 说明
显式接口实现私有方法 IDisposable.Dispose

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.VisualStudio.Services.Identity 命名空间