NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PermissionSet.DemandImmediate

Check if immediate caller has permissions of the set.

[Visual Basic]
Overridable Public Sub DemandImmediate()
[C#]
public virtual void DemandImmediate();
[C++]
public: virtual void DemandImmediate();
[JScript]
public function DemandImmediate();

Exceptions

Exception Type Condition
SecurityException if the immediate caller does not have necessary permissions.

Remarks

This method is not normally used by application code.

See Also

PermissionSet Class | PermissionSet Members | System.Security Namespace