Class IssuerCreateAndStoreCredentialDefResult
Inheritance
System.Object
IssuerCreateAndStoreCredentialDefResult
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 |
|