Class IssuerCreateAndStoreRevocRegResult
Inheritance
System.Object
IssuerCreateAndStoreRevocRegResult
Assembly: Hyperledger.Indy.Sdk.dll
Syntax
public class IssuerCreateAndStoreRevocRegResult : Object
Constructors
IssuerCreateAndStoreRevocRegResult(String, String, String)
Declaration
public IssuerCreateAndStoreRevocRegResult(string revRegId, string revRegDefJson, string revRegEntryJson)
Parameters
Type |
Name |
Description |
System.String |
revRegId |
|
System.String |
revRegDefJson |
|
System.String |
revRegEntryJson |
|
Properties
RevRegDefJson
Declaration
public string RevRegDefJson { get; }
Property Value
Type |
Description |
System.String |
|
RevRegEntryJson
Declaration
public string RevRegEntryJson { get; }
Property Value
Type |
Description |
System.String |
|
RevRegId
Declaration
public string RevRegId { get; }
Property Value
Type |
Description |
System.String |
|