Show / Hide Table of Contents

    Class AuthDecryptResult

    Inheritance
    System.Object
    AuthDecryptResult
    Namespace: Hyperledger.Indy.CryptoApi
    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
    Back to top Copyright © 2017 The Linux Foundation®