AccessControlWebService.ProvisionServiceIdentity 方法
提供与特定信息的服务标识。 (可选) 将该标识到特定组。
命名空间: Microsoft.TeamFoundation.Server.Core.WebServices
程序集: Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function ProvisionServiceIdentity ( _
identityInfo As ServiceIdentityInfo, _
addToGroups As IdentityDescriptor() _
) As ServiceIdentity2012
[WebMethodAttribute]
public ServiceIdentity2012 ProvisionServiceIdentity(
ServiceIdentityInfo identityInfo,
IdentityDescriptor[] addToGroups
)
参数
- identityInfo
类型:Microsoft.TeamFoundation.Framework.Server.ServiceIdentityInfo
标识的信息对提供的。如果未指定,则默认值服务标识将为提供
- addToGroups
类型:array<Microsoft.VisualStudio.Services.Identity.IdentityDescriptor[]
将该标识到特定组。如果未指定,则标识添加到服务帐户"组
返回值
类型:Microsoft.TeamFoundation.Server.Core.WebServices.ServiceIdentity2012
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。