C# Class lageant.core.LageantCore

Inheritance: ILageantCore, IDisposable
Show file Open project: bitbeans/lageant

Public Methods

Method Description
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

Method Details

AddKey() public method

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

CreateServer() public method

public CreateServer ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void

LageantCore() public method

public LageantCore ( ) : System
return System

LageantCore() public method

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.
return System

OpenClient() public method

public OpenClient ( ) : bool
return bool

RemoveKey() public method

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