Compartilhar via


Método RelyingPartyKey.CreateRelyingPartyKey

Crie um novo objeto de RelyingPartyKey.

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

Sintaxe

'Declaração
Public Shared Function CreateRelyingPartyKey ( _
    ID As Long, _
    relyingPartyId As Long, _
    isPrimary As Boolean, _
    systemReserved As Boolean, _
    startDate As DateTime, _
    endDate As DateTime _
) As RelyingPartyKey
public static RelyingPartyKey CreateRelyingPartyKey(
    long ID,
    long relyingPartyId,
    bool isPrimary,
    bool systemReserved,
    DateTime startDate,
    DateTime endDate
)

Parâmetros

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

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

RelyingPartyKey Classe

Namespace Microsoft.TeamFoundation.Framework.Server.AccessControl