C# Class FileFind.Meshwork.Node

Inheritance: Object
Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Private Properties

Свойство Type Description
DecryptKeyExchange void
GetConnections INodeConnection[]

Méthodes publiques

Méthode Description
ClearSessionKey ( ) : void
CreateDecryptor ( ) : ICryptoTransform
CreateEncryptor ( ) : ICryptoTransform
CreateNewSessionKey ( ) : void
GetAmountSharedString ( ) : string
GetTrustedNode ( ) : TrustedNodeInfo
Node ( Network network, string nodeID ) : System
ToString ( ) : string

Private Methods

Méthode Description
DecryptKeyExchange ( byte keyExchangeBytes ) : void
GetConnections ( ) : INodeConnection[]

Method Details

ClearSessionKey() public méthode

public ClearSessionKey ( ) : void
Résultat void

CreateDecryptor() public méthode

public CreateDecryptor ( ) : ICryptoTransform
Résultat ICryptoTransform

CreateEncryptor() public méthode

public CreateEncryptor ( ) : ICryptoTransform
Résultat ICryptoTransform

CreateNewSessionKey() public méthode

public CreateNewSessionKey ( ) : void
Résultat void

GetAmountSharedString() public méthode

public GetAmountSharedString ( ) : string
Résultat string

GetTrustedNode() public méthode

public GetTrustedNode ( ) : TrustedNodeInfo
Résultat TrustedNodeInfo

Node() public méthode

public Node ( Network network, string nodeID ) : System
network Network
nodeID string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string