ITransientGrantor interface
namespace: Serenity.Abstractions assembly: Serenity.Net.Core
Interface for permission services that supports granting permissions temporarily
public interface ITransientGrantor
Members
| name | description |
|---|---|
| Grant(…) | Grants specified permissions temporarily (or makes it look like) |
| GrantAll() | Grants all permissions temporarily (or makes it look like) |
| UndoGrant() | Undoes last grant or grant all operation |
See Also
- Source: ITransientGrantor.cs