Class InvalidMessageSignatureException
An exception that is thrown when the signature of an encoded Message is invalid.
Implements
Inherited Members
Namespace: Libplanet.Net.Transports
Assembly: Libplanet.Net.dll
Syntax
[Serializable]
public class InvalidMessageSignatureException : Exception, ISerializable
Constructors
| Improve this Doc View SourceInvalidMessageSignatureException(SerializationInfo, StreamingContext)
An exception that is thrown when the signature of an encoded Message is invalid.
Declaration
protected InvalidMessageSignatureException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
Serialization |
info | |
Streaming |
context |
Properties
| Improve this Doc View SourceMessageToVerify
An exception that is thrown when the signature of an encoded Message is invalid.
Declaration
public byte[] MessageToVerify { get; }
Property Value
Type | Description |
---|---|
Byte[] |
Peer
An exception that is thrown when the signature of an encoded Message is invalid.
Declaration
public BoundPeer Peer { get; }
Property Value
Type | Description |
---|---|
Bound |
PublicKey
An exception that is thrown when the signature of an encoded Message is invalid.
Declaration
public PublicKey PublicKey { get; }
Property Value
Type | Description |
---|---|
Public |
Signature
An exception that is thrown when the signature of an encoded Message is invalid.
Declaration
public byte[] Signature { get; }
Property Value
Type | Description |
---|---|
Byte[] |
Methods
| Improve this Doc View SourceGetObjectData(SerializationInfo, StreamingContext)
An exception that is thrown when the signature of an encoded Message is invalid.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
Serialization |
info | |
Streaming |
context |