Show / Hide Table of Contents

Class InvalidCredentialException

An that is thrown when a provided credential is invalid when signing an encoded Message.

Inheritance
Object
InvalidCredentialException
Namespace: Libplanet.Net.Transports
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
Type Description
PublicKey
| Improve this Doc View Source

Expected

Declaration
public PublicKey Expected { get; }
Property Value
Type Description
PublicKey

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
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium