Checks if the policy engine authorizes the current principal to perform the actions on the specified resources.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As ClaimsPrincipalPermission

instance.Demand

Syntax

Visual Basic
Public Sub Demand
C#
public void Demand ()
C++
public:
virtual void Demand () sealed
J#
public final void Demand ()
JScript
public final function Demand ()

Exceptions

Exception type Condition

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also