Class InvalidCredentialException
An that is thrown when a provided credential is invalid
when signing an encoded Message.
Inheritance
InvalidCredentialException
Assembly: Libplanet.Net.dll
Syntax
public class InvalidCredentialException : Exception
Constructors
|
Improve this Doc
View Source
InvalidCredentialException(SerializationInfo, StreamingContext)
Declaration
protected InvalidCredentialException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
Properties
|
Improve this Doc
View Source
Actual
Declaration
public PublicKey Actual { get; }
Property Value
|
Improve this Doc
View Source
Expected
Declaration
public PublicKey Expected { 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 |
|