C# 클래스 Authentiqr.NET.Code.Settings

파일 보기 프로젝트 열기: richard-green/LCGoogleApps 1 사용 예제들

공개 메소드들

메소드 설명
LoadSettings ( ) : void
Lock ( ) : void
RunOnWindowsStartup ( ) : void
SaveAccounts ( ) : void
SaveSettings ( ) : void
SetPassword ( SecureString password ) : void
SetPattern ( SecureString pattern ) : void
Unlock ( ) : void

비공개 메소드들

메소드 설명
Decrypt ( string encData ) : string
Encrypt ( string data ) : string
Migrate ( int currentVersion ) : void

메소드 상세

LoadSettings() 공개 메소드

public LoadSettings ( ) : void
리턴 void

Lock() 공개 메소드

public Lock ( ) : void
리턴 void

RunOnWindowsStartup() 공개 메소드

public RunOnWindowsStartup ( ) : void
리턴 void

SaveAccounts() 공개 메소드

public SaveAccounts ( ) : void
리턴 void

SaveSettings() 공개 메소드

public SaveSettings ( ) : void
리턴 void

SetPassword() 공개 메소드

public SetPassword ( SecureString password ) : void
password System.Security.SecureString
리턴 void

SetPattern() 공개 메소드

public SetPattern ( SecureString pattern ) : void
pattern System.Security.SecureString
리턴 void

Unlock() 공개 메소드

public Unlock ( ) : void
리턴 void