IdentityService.CreateGroup, méthode
Espace de noms : Microsoft.VisualStudio.Services.Identity
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public MustOverride Function CreateGroup ( _
requestContext As TeamFoundationRequestContext, _
scopeId As Guid, _
groupSid As String, _
groupName As String, _
groupDescription As String, _
specialType As SpecialGroupType, _
scopeLocal As Boolean, _
hasRestrictedVisibility As Boolean _
) As Identity
public abstract Identity CreateGroup(
TeamFoundationRequestContext requestContext,
Guid scopeId,
string groupSid,
string groupName,
string groupDescription,
SpecialGroupType specialType,
bool scopeLocal,
bool hasRestrictedVisibility
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeId
Type : System.Guid
- groupSid
Type : System.String
Identificateur de sécurité du groupe à créer.Peut avoir la valeur null
- groupName
Type : System.String
- groupDescription
Type : System.String
- specialType
Type : Microsoft.VisualStudio.Services.Identity.SpecialGroupType
- scopeLocal
Type : System.Boolean
- hasRestrictedVisibility
Type : System.Boolean
Valeur de retour
Type : Microsoft.VisualStudio.Services.Identity.Identity
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.