C# 클래스 FileFind.Meshwork.Node

상속: Object
파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DecryptKeyExchange void
GetConnections INodeConnection[]

공개 메소드들

메소드 설명
ClearSessionKey ( ) : void
CreateDecryptor ( ) : ICryptoTransform
CreateEncryptor ( ) : ICryptoTransform
CreateNewSessionKey ( ) : void
GetAmountSharedString ( ) : string
GetTrustedNode ( ) : TrustedNodeInfo
Node ( Network network, string nodeID ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
DecryptKeyExchange ( byte keyExchangeBytes ) : void
GetConnections ( ) : INodeConnection[]

메소드 상세

ClearSessionKey() 공개 메소드

public ClearSessionKey ( ) : void
리턴 void

CreateDecryptor() 공개 메소드

public CreateDecryptor ( ) : ICryptoTransform
리턴 ICryptoTransform

CreateEncryptor() 공개 메소드

public CreateEncryptor ( ) : ICryptoTransform
리턴 ICryptoTransform

CreateNewSessionKey() 공개 메소드

public CreateNewSessionKey ( ) : void
리턴 void

GetAmountSharedString() 공개 메소드

public GetAmountSharedString ( ) : string
리턴 string

GetTrustedNode() 공개 메소드

public GetTrustedNode ( ) : TrustedNodeInfo
리턴 TrustedNodeInfo

Node() 공개 메소드

public Node ( Network network, string nodeID ) : System
network Network
nodeID string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string