Method | Description | |
---|---|---|
ServerMessageSerializer ( IAuthenticatedConnection connection, IEnumerable |
Method | Description | |
---|---|---|
SignMessage ( Message message, string hashAlg, BufferValueWriter writer ) : void | ||
VerifyMessage ( string hashAlg, Message message, byte signature, byte data, int moffset, int length ) : bool |
public ServerMessageSerializer ( IAuthenticatedConnection connection, IEnumerable |
||
connection | IAuthenticatedConnection | |
protocols | IEnumerable |
|
return | System |
protected SignMessage ( Message message, string hashAlg, BufferValueWriter writer ) : void | ||
message | Message | |
hashAlg | string | |
writer | BufferValueWriter | |
return | void |
protected VerifyMessage ( string hashAlg, Message message, byte signature, byte data, int moffset, int length ) : bool | ||
hashAlg | string | |
message | Message | |
signature | byte | |
data | byte | |
moffset | int | |
length | int | |
return | bool |