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
ID
Type: System.Int64Initial value of Id.
relyingPartyId
Type: System.Int64Initial value of RelyingPartyId.
systemReserved
Type: System.BooleanInitial value of SystemReserved.
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyAddress
Returns RelyingPartyAddress.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace