Compartilhar via


Método ServiceIdentityKey.CreateServiceIdentityKey

Crie um novo objeto de ServiceIdentityKey.

Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
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 de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ServiceIdentityKey Classe

Namespace Microsoft.TeamFoundation.Framework.Server.AccessControl