IsGrantedExtensions Methods
Extends the SecurityStrategy class with methods that check permissions.
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 the target 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 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 |
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. |
Can |
Checks whether the current user can navigate to the specified item. |
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. |
Can |
Checks whether the current user can navigate to the specified item. |
Can |
Checks whether the current user can read the specified object. If the optional member parameter is specified, the method checks whether the current user can read the specified object member.
|
Can |
Checks whether the current user can read an object with the specified key. If the optional member parameter is specified, the method checks whether the current user can read the specified object member.
|
Can |
Checks whether the current user can read objects of the specified type. If the optional member parameter is specified, the method checks whether the current user can read the specified object members.
|
Can |
Checks whether the current user can read an object with the specified key. If the optional member parameter is specified, the method checks whether the current user can read the specified object member.
|
Can |
Checks whether the current user can read objects of the specified type. If the optional member parameter is specified, the method checks whether the current user can read the specified object members.
|
Can |
Checks whether the current user can write the specified object. If the optional member parameter is specified, the method checks whether the current user can write the specified object member.
|
Can |
Checks whether the current user can write an object with the specified key. If the optional member parameter is specified, the method checks whether the current user can write the specified object member.
|
Can |
Checks whether the current user can write objects of the specified type. If the optional member parameter is specified, the method checks whether the current user can write the specified object members.
|
Can |
Checks whether the current user can write an object with the specified key. If the optional member parameter is specified, the method checks whether the current user can write the specified object member.
|
Can |
Checks whether the current user can write objects of the specified type. If the optional member parameter is specified, the method checks whether the current user can write the specified object members.
|
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