Partager via


RelyingPartyRuleGroup.CreateRelyingPartyRuleGroup, méthode

Créez un objet de RelyingPartyRuleGroup.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • relyingPartyId
    Type : System.Int64
    Valeur initiale de RelyingPartyId.
  • ruleGroupId
    Type : System.Int64
    Valeur initiale de RuleGroupId.
  • systemReserved
    Type : System.Boolean
    Valeur initiale de SystemReserved.

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyRuleGroup
retourne RelyingPartyRuleGroup ;

Sécurité .NET Framework

Voir aussi

Référence

RelyingPartyRuleGroup Classe

Microsoft.TeamFoundation.Framework.Server.AccessControl, espace de noms