Show / Hide Table of Contents

    Class ProverCreateCredentialRequestResult

    Inheritance
    System.Object
    ProverCreateCredentialRequestResult
    Namespace: Hyperledger.Indy.AnonCredsApi
    Assembly: Hyperledger.Indy.Sdk.dll
    Syntax
    public class ProverCreateCredentialRequestResult : Object

    Constructors

    ProverCreateCredentialRequestResult(String, String)

    Declaration
    public ProverCreateCredentialRequestResult(string credentialRequestJson, string credentialRequestMetadataJson)
    Parameters
    Type Name Description
    System.String credentialRequestJson
    System.String credentialRequestMetadataJson

    Properties

    CredentialRequestJson

    Declaration
    public string CredentialRequestJson { get; }
    Property Value
    Type Description
    System.String

    CredentialRequestMetadataJson

    Declaration
    public string CredentialRequestMetadataJson { get; }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2017 The Linux Foundation®