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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。