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
- ID
Type : System.Int64
Valeur initiale d'identification
- 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
- 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.TeamFoundation.Framework.Server.AccessControl, espace de noms