Show / Hide Table of Contents

    Class NonSecrets

    Inheritance
    System.Object
    NonSecrets
    Namespace: Hyperledger.Indy.NonSecretsApi
    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

    AddRecordTagsAsync(Wallet, String, String, String)

    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
    Type Name Description
    WalletSearch walletSearch
    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

    DeleteRecordTagsAsync(Wallet, String, String, String)

    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
    Type Name Description
    Wallet wallet
    WalletSearch walletSearch
    System.Int32 count
    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
    Type Description
    System.Threading.Tasks.Task<WalletSearch>

    UpdateRecordTagsAsync(Wallet, String, String, String)

    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
    Back to top Copyright © 2017 The Linux Foundation®