Compartir a través de


ServiceIdentityKey.CreateServiceIdentityKey (Método)

Cree un nuevo objeto de ServiceIdentityKey.

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 CreateServiceIdentityKey ( _
    ID As Long, _
    serviceIdentityId As Long, _
    systemReserved As Boolean, _
    startDate As DateTime, _
    endDate As DateTime _
) As ServiceIdentityKey
public static ServiceIdentityKey CreateServiceIdentityKey(
    long ID,
    long serviceIdentityId,
    bool systemReserved,
    DateTime startDate,
    DateTime endDate
)

Parámetros

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

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

ServiceIdentityKey Clase

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