C# Class RSA_PM_Client.Client.Message

Mostra file Open project: RSA-PM/RSA-PM

Public Properties

Property Type Description
MyPrvId long
msg string
signed bool
their_pubkey byte[]

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

MyPrvId public_oe property

public long MyPrvId
return long

msg public_oe property

public string msg
return string

signed public_oe property

public bool signed
return bool

their_pubkey public_oe property

public byte[] their_pubkey
return byte[]