Class InvalidMessageSignatureException
An exception that is thrown when the signature of an encoded Message is
invalid.
Inheritance
InvalidMessageSignatureException
Assembly: Libplanet.Net.dll
Syntax
public class InvalidMessageSignatureException : Exception
Constructors
|
Improve this Doc
View Source
InvalidMessageSignatureException(SerializationInfo, StreamingContext)
Declaration
protected InvalidMessageSignatureException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
Properties
|
Improve this Doc
View Source
MessageToVerify
Declaration
public byte[] MessageToVerify { get; }
Property Value
|
Improve this Doc
View Source
Peer
Declaration
public BoundPeer Peer { get; }
Property Value
|
Improve this Doc
View Source
PublicKey
Declaration
public PublicKey PublicKey { get; }
Property Value
|
Improve this Doc
View Source
Signature
Declaration
public byte[] Signature { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|