Compartir a través de


RelyingPartyRuleGroup.CreateRelyingPartyRuleGroup (Método)

Cree un nuevo objeto de RelyingPartyRuleGroup.

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

Parámetros

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

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

RelyingPartyRuleGroup Clase

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