C# 클래스 System.Security.Util.Config

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

Private Properties

프로퍼티 타입 설명
AddCacheEntry void
GetCacheEntry bool
GetFileLocales void
RecoverData bool
ResetCacheData void
SaveDataByte bool
SetQuickCache void
WriteToEventLog bool
_GetMachineDirectory string
_GetUserDirectory string

비공개 메소드들

메소드 설명
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