IdentityHttpClient.CreateScopeAsync, méthode
Espace de noms : Microsoft.VisualStudio.Services.Identity.Client
Assembly : Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)
Syntaxe
'Déclaration
Public Function CreateScopeAsync ( _
scopeId As Guid, _
parentScopeId As Guid, _
scopeType As GroupScopeType, _
scopeName As String, _
adminGroupName As String, _
adminGroupDescription As String, _
creatorId As Guid, _
userState As Object _
) As Task(Of IdentityScope)
public Task<IdentityScope> CreateScopeAsync(
Guid scopeId,
Guid parentScopeId,
GroupScopeType scopeType,
string scopeName,
string adminGroupName,
string adminGroupDescription,
Guid creatorId,
Object userState
)
Paramètres
- scopeId
Type : System.Guid
- parentScopeId
Type : System.Guid
- scopeType
Type : Microsoft.VisualStudio.Services.Identity.GroupScopeType
- scopeName
Type : System.String
- adminGroupName
Type : System.String
- adminGroupDescription
Type : System.String
- creatorId
Type : System.Guid
- userState
Type : System.Object
Valeur de retour
Type : System.Threading.Tasks.Task<IdentityScope>
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.
Voir aussi
Référence
Microsoft.VisualStudio.Services.Identity.Client, espace de noms