User
|
The UserRoleCache type exposes the following members.
Name | Description | |
---|---|---|
AutoSave |
Gets or sets flag that determines if InterprocessCache should automatically initiate a save when FileData has been updated.
(Inherited from InterprocessCache) |
|
FileData |
Gets or sets file data for the cache to be saved or that has been loaded.
(Inherited from InterprocessCache) |
|
FileName |
Path and file name for the cache needing inter-process synchronization.
(Inherited from InterprocessCache) |
|
Item | Gets or sets access roles for given userName. | |
MaximumConcurrentLocks |
Gets the maximum concurrent reader locks allowed.
(Inherited from InterprocessCache) |
|
MaximumRetryAttempts |
Maximum retry attempts allowed for loading or saving cache file data.
(Inherited from InterprocessCache) |
|
ReloadOnChange |
Gets or sets flag that enables system to monitor for changes in FileName and automatically reload FileData.
(Inherited from InterprocessCache) |
|
RetryDelayInterval |
Wait interval, in milliseconds, before retrying load or save of cache file data.
(Inherited from InterprocessCache) |
|
UserRoles | Gets a copy of the internal user role dictionary. |