Share via


IdentityProviderKey.CreateIdentityProviderKey (Método)

Cree un nuevo objeto de IdentityProviderKey.

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

Parámetros

  • identityProviderId
    Tipo: System.Int64
    Valor inicial de IdentityProviderId.
  • systemReserved
    Tipo: System.Boolean
    Valor inicial de SystemReserved.

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

IdentityProviderKey Clase

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