C# Class lageant.core.LageantCore

Inheritance: ILageantCore, IDisposable
Afficher le fichier Open project: bitbeans/lageant

Méthodes publiques

Méthode 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 méthode

public AddKey ( Key key ) : void
key lageant.core.Models.Key
Résultat void

CreateServer() public méthode

public CreateServer ( ) : bool
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LageantCore() public méthode

public LageantCore ( ) : System
Résultat System

LageantCore() public méthode

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.
Résultat System

OpenClient() public méthode

public OpenClient ( ) : bool
Résultat bool

RemoveKey() public méthode

public RemoveKey ( Key key ) : void
key lageant.core.Models.Key
Résultat void