Class AuthDecryptResult
Inheritance
System.Object
AuthDecryptResult
Assembly: Hyperledger.Indy.Sdk.dll
Syntax
public class AuthDecryptResult : Object
Constructors
AuthDecryptResult(String, Byte[])
Declaration
public AuthDecryptResult(string their_vk, byte[] messageData)
Parameters
Type |
Name |
Description |
System.String |
their_vk |
|
System.Byte[] |
messageData |
|
Properties
MessageData
Declaration
public byte[] MessageData { get; }
Property Value
Type |
Description |
System.Byte[] |
|
TheirVk
Declaration
public string TheirVk { get; }
Property Value
Type |
Description |
System.String |
|