ClaimType.CreateClaimType Method
Create a new ClaimType object.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function CreateClaimType ( _
ID As Long, _
systemReserved As Boolean _
) As ClaimType
public static ClaimType CreateClaimType(
long ID,
bool systemReserved
)
public:
static ClaimType^ CreateClaimType(
long long ID,
bool systemReserved
)
static member CreateClaimType :
ID:int64 *
systemReserved:bool -> ClaimType
public static function CreateClaimType(
ID : long,
systemReserved : boolean
) : ClaimType
Parameters
ID
Type: System.Int64Initial value of Id.
systemReserved
Type: System.BooleanInitial value of SystemReserved.
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.ClaimType
Returns ClaimType.
.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