C# 클래스 Com.Eucalyptus.Windows.EucaServiceLibraryUtil

파일 보기 프로젝트 열기: eucalyptus/windows-integration 1 사용 예제들

공개 메소드들

메소드 설명
Decrypt ( string input ) : string
DeleteSvcRegistryValue ( string key ) : void
Encrypt ( string input ) : string
GetSvcRegistryValue ( string key ) : object
SetSvcRegistryValue ( string key, object value ) : void

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( string input ) : string
input string
리턴 string

DeleteSvcRegistryValue() 공개 정적인 메소드

public static DeleteSvcRegistryValue ( string key ) : void
key string
리턴 void

Encrypt() 공개 정적인 메소드

public static Encrypt ( string input ) : string
input string
리턴 string

GetSvcRegistryValue() 공개 정적인 메소드

public static GetSvcRegistryValue ( string key ) : object
key string
리턴 object

SetSvcRegistryValue() 공개 정적인 메소드

public static SetSvcRegistryValue ( string key, object value ) : void
key string
value object
리턴 void