CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Configuration.SecurityOptions Class Reference

Use this type to configure the settings for security. More...

Public Member Functions

SecurityOptions PrincipalCacheMaxCacheSize (int size)
 Sets the max size of the PrincipalCache cache. More...
 

Detailed Description

Use this type to configure the settings for security.

Definition at line 13 of file SecurityOptions.cs.

Member Function Documentation

◆ PrincipalCacheMaxCacheSize()

SecurityOptions Csla.Configuration.SecurityOptions.PrincipalCacheMaxCacheSize ( int  size)

Sets the max size of the PrincipalCache cache.

Parameters
sizeMax cache size

Definition at line 19 of file SecurityOptions.cs.