Partager via


ServiceIdentityKey.CreateServiceIdentityKey, méthode

Créez un objet de ServiceIdentityKey.

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 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
)

Paramètres

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

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

ServiceIdentityKey Classe

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