Class NonSecrets
Inheritance
System.Object
NonSecrets
Assembly: Hyperledger.Indy.Sdk.dll
Syntax
public static class NonSecrets : Object
Methods
AddRecordAsync(Wallet, String, String, String, String)
Declaration
public static Task AddRecordAsync(Wallet wallet, string type, string id, string value, string tagsJson)
Parameters
Type |
Name |
Description |
Wallet |
wallet |
|
System.String |
type |
|
System.String |
id |
|
System.String |
value |
|
System.String |
tagsJson |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
public static Task AddRecordTagsAsync(Wallet wallet, string type, string id, string tagsJson)
Parameters
Type |
Name |
Description |
Wallet |
wallet |
|
System.String |
type |
|
System.String |
id |
|
System.String |
tagsJson |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
CloseWalletSearchAsync(WalletSearch)
Declaration
public static Task CloseWalletSearchAsync(WalletSearch walletSearch)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
DeleteRecordAsync(Wallet, String, String)
Declaration
public static Task DeleteRecordAsync(Wallet wallet, string type, string id)
Parameters
Type |
Name |
Description |
Wallet |
wallet |
|
System.String |
type |
|
System.String |
id |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
public static Task DeleteRecordTagsAsync(Wallet wallet, string type, string id, string tagsJson)
Parameters
Type |
Name |
Description |
Wallet |
wallet |
|
System.String |
type |
|
System.String |
id |
|
System.String |
tagsJson |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
FetchNextRecordsAsync(Wallet, WalletSearch, Int32)
Declaration
public static Task<string> FetchNextRecordsAsync(Wallet wallet, WalletSearch walletSearch, int count)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String> |
|
GetRecordAsync(Wallet, String, String, String)
Declaration
public static Task<string> GetRecordAsync(Wallet wallet, string type, string id, string optionsJson)
Parameters
Type |
Name |
Description |
Wallet |
wallet |
|
System.String |
type |
|
System.String |
id |
|
System.String |
optionsJson |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String> |
|
OpenSearchAsync(Wallet, String, String, String)
Declaration
public static Task<WalletSearch> OpenSearchAsync(Wallet wallet, string type, string queryJson, string optionsJson)
Parameters
Type |
Name |
Description |
Wallet |
wallet |
|
System.String |
type |
|
System.String |
queryJson |
|
System.String |
optionsJson |
|
Returns
Declaration
public static Task UpdateRecordTagsAsync(Wallet wallet, string type, string id, string tagsJson)
Parameters
Type |
Name |
Description |
Wallet |
wallet |
|
System.String |
type |
|
System.String |
id |
|
System.String |
tagsJson |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
UpdateRecordValueAsync(Wallet, String, String, String)
Declaration
public static Task UpdateRecordValueAsync(Wallet wallet, string type, string id, string value)
Parameters
Type |
Name |
Description |
Wallet |
wallet |
|
System.String |
type |
|
System.String |
id |
|
System.String |
value |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|