![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Use this type to configure the settings for security. More...
Properties | |
| bool | FlowSecurityPrincipalFromClient = false [get, set] |
| Gets or sets a value indicating whether we are to flow User Principal to the server. | |
| string | AuthenticationType = "Csla" [get, set] |
| Gets or sets the authentication type being used by the CSLA .NET framework. | |
Use this type to configure the settings for security.
|
getset |
Gets or sets the authentication type being used by the CSLA .NET framework.
|
getset |
Gets or sets a value indicating whether we are to flow User Principal to the server.
This should generally be left at the default of false. Values on the client can be manipulated, and therefore allowing the principal to flow from client to server could result in an exploitable security weakness, including impersonation or elevation of privileges.