C# Class System.Security.Util.Config

Show file Open project: gbarnett/shared-source-cli-2.0

Private Properties

Property Type Description
AddCacheEntry void
GetCacheEntry bool
GetFileLocales void
RecoverData bool
ResetCacheData void
SaveDataByte bool
SetQuickCache void
WriteToEventLog bool
_GetMachineDirectory string
_GetUserDirectory string

Private Methods

Method Description
AddCacheEntry ( ConfigId id, int numKey, char key, byte data ) : void
GetCacheEntry ( ConfigId id, int numKey, char key, byte &data ) : bool
GetFileLocales ( ) : void
RecoverData ( ConfigId id ) : bool
ResetCacheData ( ConfigId id ) : void
SaveDataByte ( string path, byte data, int offset, int length ) : bool
SetQuickCache ( ConfigId id, QuickCacheEntryType quickCacheFlags ) : void
WriteToEventLog ( string message ) : bool
_GetMachineDirectory ( ) : string
_GetUserDirectory ( ) : string