Show / Hide Table of Contents

    Class IssuerCreateSchemaResult

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

    Constructors

    IssuerCreateSchemaResult(String, String)

    Declaration
    public IssuerCreateSchemaResult(string schemaId, string schemaJson)
    Parameters
    Type Name Description
    System.String schemaId
    System.String schemaJson

    Properties

    SchemaId

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

    SchemaJson

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