C# 클래스 lageant.core.LageantCore

상속: ILageantCore, IDisposable
파일 보기 프로젝트 열기: bitbeans/lageant

공개 메소드들

메소드 설명
AddKey ( Key key ) : void
CreateServer ( ) : bool

Dispose ( ) : void
LageantCore ( ) : System
LageantCore ( string keyStoreName, int keyStoreSize ) : System

Initialize a new Keystore in memory.

OpenClient ( ) : bool
RemoveKey ( Key key ) : void

메소드 상세

AddKey() 공개 메소드

public AddKey ( Key key ) : void
key lageant.core.Models.Key
리턴 void

CreateServer() 공개 메소드

public CreateServer ( ) : bool
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LageantCore() 공개 메소드

public LageantCore ( ) : System
리턴 System

LageantCore() 공개 메소드

Initialize a new Keystore in memory.
public LageantCore ( string keyStoreName, int keyStoreSize ) : System
keyStoreName string The name for the MemoryMappedFile.
keyStoreSize int The size of the MemoryMappedFile.
리턴 System

OpenClient() 공개 메소드

public OpenClient ( ) : bool
리턴 bool

RemoveKey() 공개 메소드

public RemoveKey ( Key key ) : void
key lageant.core.Models.Key
리턴 void