Show / Hide Table of Contents

    Class IssuerCreateAndStoreCredentialDefResult

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

    Constructors

    IssuerCreateAndStoreCredentialDefResult(String, String)

    Declaration
    public IssuerCreateAndStoreCredentialDefResult(string credDefId, string credDefJson)
    Parameters
    Type Name Description
    System.String credDefId
    System.String credDefJson

    Properties

    CredDefId

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

    CredDefJson

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