RelyingPartyAddress.CreateRelyingPartyAddress Method

Create a new RelyingPartyAddress object.

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

Syntax

'Declaration
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
)
public:
static RelyingPartyAddress^ CreateRelyingPartyAddress(
    long long ID, 
    long long relyingPartyId, 
    bool systemReserved
)
static member CreateRelyingPartyAddress : 
        ID:int64 * 
        relyingPartyId:int64 * 
        systemReserved:bool -> RelyingPartyAddress
public static function CreateRelyingPartyAddress(
    ID : long, 
    relyingPartyId : long, 
    systemReserved : boolean
) : RelyingPartyAddress

Parameters

  • relyingPartyId
    Type: System.Int64

    Initial value of RelyingPartyId.

  • systemReserved
    Type: System.Boolean

    Initial value of SystemReserved.

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyAddress
Returns RelyingPartyAddress.

.NET Framework Security

See Also

Reference

RelyingPartyAddress Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace