Class IssuerCreateCredentialResult
Inheritance
System.Object
IssuerCreateCredentialResult
Assembly: Hyperledger.Indy.Sdk.dll
Syntax
public sealed class IssuerCreateCredentialResult : Object
Constructors
IssuerCreateCredentialResult(String, String, String)
Declaration
public IssuerCreateCredentialResult(string credentialJson, string revocId, string revocRegDeltaJson)
Parameters
Type |
Name |
Description |
System.String |
credentialJson |
|
System.String |
revocId |
|
System.String |
revocRegDeltaJson |
|
Properties
CredentialJson
Declaration
public string CredentialJson { get; }
Property Value
Type |
Description |
System.String |
|
RevocId
Declaration
public string RevocId { get; }
Property Value
Type |
Description |
System.String |
|
RevocRegDeltaJson
Declaration
public string RevocRegDeltaJson { get; }
Property Value
Type |
Description |
System.String |
|