IsGrantedExtensions Members
Extends the SecurityStrategy class with methods to check permissions.
#Methods
Name | Description |
---|---|
Can |
Checks whether the current user can create objects of the specified type. |
Can |
Checks whether the current user can create objects of the specified type. |
Can |
Checks whether the current user can delete an object with the specified key. |
Can |
Checks whether the current user can delete the specified object. |
Can |
Checks whether the current user can delete an object with the specified key. |
Can |
Checks whether the current user can delete objects of the specified type. |
Can |
Checks whether the current user can execute the specified Action. |
Can |
Gets the target object’s type and checks whether the current user has a corresponding permission that allows navigation to the specified item. Do not use this method with the Allow/Deny Permission Policy. |
Can |
Checks whether the current user can navigate to an object with the specified key. Do not use this method with the Allow/Deny Permission Policy. |
Can |
Checks whether the current user has a corresponding permission that allows navigation to the specified item. Do not use this method with the Allow/Deny Permission Policy. |
Can |
Checks whether the current user can navigate to the specified item. |
Can |
Checks whether the current user can navigate to an object with the specified key. Do not use this method with the Allow/Deny Permission Policy. |
Can |
Checks whether the current user has a corresponding type permission that allows navigation to the specified item. Do not use this method with the Allow/Deny Permission Policy. |
Can |
Checks whether the current user can read an object with the specified key or this object’s member. |
Can |
Checks whether the current user can read objects of the specified type or their member. |
Can |
Checks whether the current user can read an object with the specified key or this object’s member. |
Can |
Checks whether the current user can read objects of the specified type or their member. |
Can |
Checks whether the current user can write an object with the specified key or this object’s member. |
Can |
Checks whether the current user can write objects of the specified type or their member. |
Can |
Checks whether the current user can write an object with the specified key or this object’s member. |
Can |
Checks whether the current user can write objects of the specified type or their member. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also