C# 클래스 RSA_PM_Client.Client.Message

파일 보기 프로젝트 열기: RSA-PM/RSA-PM

공개 프로퍼티들

프로퍼티 타입 설명
MyPrvId long
msg string
signed bool
their_pubkey byte[]

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

MyPrvId 공개적으로 프로퍼티

public long MyPrvId
리턴 long

msg 공개적으로 프로퍼티

public string msg
리턴 string

signed 공개적으로 프로퍼티

public bool signed
리턴 bool

their_pubkey 공개적으로 프로퍼티

public byte[] their_pubkey
리턴 byte[]