CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Configuration.SecurityOptions Class Reference

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.

Detailed Description

Use this type to configure the settings for security.

Property Documentation

◆ AuthenticationType

string Csla.Configuration.SecurityOptions.AuthenticationType = "Csla"
getset

Gets or sets the authentication type being used by the CSLA .NET framework.

◆ FlowSecurityPrincipalFromClient

bool Csla.Configuration.SecurityOptions.FlowSecurityPrincipalFromClient = false
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.


The documentation for this class was generated from the following file: