ManagementService.AddToRelyingParties Method

There are no comments for RelyingParties in the schema.

Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub AddToRelyingParties ( _
    relyingParty As RelyingParty _
)
public void AddToRelyingParties(
    RelyingParty relyingParty
)
public:
void AddToRelyingParties(
    RelyingParty^ relyingParty
)
member AddToRelyingParties : 
        relyingParty:RelyingParty -> unit
public function AddToRelyingParties(
    relyingParty : RelyingParty
)

Parameters

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace