Compartir a través de


Delegation.CreateDelegation (Método)

Cree una nueva delegación se oponen.

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • serviceIdentityId
    Tipo: System.Int64
    Valor inicial de ServiceIdentityId.
  • relyingPartyId
    Tipo: System.Int64
    Valor inicial de RelyingPartyId.
  • systemReserved
    Tipo: System.Boolean
    Valor inicial de SystemReserved.

Valor devuelto

Tipo: Microsoft.TeamFoundation.Framework.Server.AccessControl.Delegation
Devuelva Delegation.

Seguridad de .NET Framework

Vea también

Referencia

Delegation Clase

Microsoft.TeamFoundation.Framework.Server.AccessControl (Espacio de nombres)