Partager via


Delegation.CreateDelegation, méthode

Créez une nouvelle délégation objectent.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Public Shared Function CreateDelegation ( _
    ID As Long, _
    serviceIdentityId As Long, _
    relyingPartyId As Long, _
    systemReserved As Boolean _
) As Delegation
public static Delegation CreateDelegation(
    long ID,
    long serviceIdentityId,
    long relyingPartyId,
    bool systemReserved
)

Paramètres

  • serviceIdentityId
    Type : System.Int64
    Valeur initiale de ServiceIdentityId.
  • relyingPartyId
    Type : System.Int64
    Valeur initiale de RelyingPartyId.
  • systemReserved
    Type : System.Boolean
    Valeur initiale de SystemReserved.

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Server.AccessControl.Delegation
retourne Delegation ;

Sécurité .NET Framework

Voir aussi

Référence

Delegation Classe

Microsoft.TeamFoundation.Framework.Server.AccessControl, espace de noms