CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Security Namespace Reference

Classes

interface  IAuthorizeReadWrite
 Defines the authorization interface through which an object can indicate which properties the current user can read and write. More...
class  SecurityException
 Security exception. More...
class  UsernameCriteria
 Criteria class for passing a username/password pair to a custom identity class. More...

Enumerations

enum  NoAccessBehavior { SuppressException , ThrowException }
 Options available for handling no access to a property due to authorization rules. More...

Enumeration Type Documentation

◆ NoAccessBehavior

Options available for handling no access to a property due to authorization rules.

Enumerator
SuppressException 

Suppress exceptions.

ThrowException 

Throw security exception.