Compartir a través de


RelyingPartyKey.CreateRelyingPartyKey (Método)

Cree un nuevo objeto de RelyingPartyKey.

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

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

Seguridad de .NET Framework

Vea también

Referencia

RelyingPartyKey Clase

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