Compartir a través de


RelyingPartyIdentityProvider.CreateRelyingPartyIdentityProvider (Método)

Cree un nuevo objeto de RelyingPartyIdentityProvider.

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 CreateRelyingPartyIdentityProvider ( _
    ID As Long, _
    identityProviderId As Long, _
    relyingPartyId As Long, _
    systemReserved As Boolean _
) As RelyingPartyIdentityProvider
public static RelyingPartyIdentityProvider CreateRelyingPartyIdentityProvider(
    long ID,
    long identityProviderId,
    long relyingPartyId,
    bool systemReserved
)

Parámetros

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

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

RelyingPartyIdentityProvider Clase

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