Compartir a través de


RelyingPartyAddress.CreateRelyingPartyAddress (Método)

Cree un nuevo objeto de RelyingPartyAddress.

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

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.RelyingPartyAddress
Devuelva RelyingPartyAddress.

Seguridad de .NET Framework

Vea también

Referencia

RelyingPartyAddress Clase

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