Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class StoreHelper

    Inheritance
    object
    StoreHelper
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Helpers
    Assembly: SecureExchangesSDK.dll
    Syntax
    public static class StoreHelper

    Methods

    DecryptStoredText(DecryptStoredTextArgs)

    Declaration
    public static DecryptedStoredText DecryptStoredText(DecryptStoredTextArgs args)
    Parameters
    Type Name Description
    DecryptStoredTextArgs args
    Returns
    Type Description
    DecryptedStoredText

    DeleteStoredItem(CleanupStoreItemArgs)

    Cette Méthode détruit une clef d'encryption Pour s'assurer que la personne est la détentrice de la clef, on doit absolutment faire un test de décryption. Par mesure de sécurité

    Declaration
    public static bool DeleteStoredItem(CleanupStoreItemArgs args)
    Parameters
    Type Name Description
    CleanupStoreItemArgs args
    Returns
    Type Description
    bool

    GetItemsFromSecure(GetItemsFromSecureArgs)

    Declaration
    [Obsolete("N'est plus supporté")]
    public static bool GetItemsFromSecure(GetItemsFromSecureArgs args)
    Parameters
    Type Name Description
    GetItemsFromSecureArgs args
    Returns
    Type Description
    bool

    StoreText(StoreTextArgs)

    Declaration
    public static StoreItem StoreText(StoreTextArgs args)
    Parameters
    Type Name Description
    StoreTextArgs args
    Returns
    Type Description
    StoreItem
    In this article
    Back to top Secure Exchanges Inc. - Documentation