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

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

Public Member Functions

CslaSecurityConfiguration 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 27 of file CslaSecurityConfiguration.cs.

Member Function Documentation

◆ PrincipalCacheMaxCacheSize()

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

Sets the max size of the PrincipalCache cache.

Parameters
sizeMax cache size

Definition at line 33 of file CslaSecurityConfiguration.cs.