Search Results for

    Show / Hide Table of Contents

    Interface IExchangeCredentialEncryption

    Exchange credential encryption

    Namespace: Simplic.Exchange
    Assembly: Simplic.Exchange.dll
    Syntax
    public interface IExchangeCredentialEncryption

    Methods

    | Improve this Doc View Source

    Decrypt(Byte[])

    Decrypt the exchange password

    Declaration
    string Decrypt(byte[] password)
    Parameters
    Type Name Description
    System.Byte[] password

    User password

    Returns
    Type Description
    System.String

    Exchange password hash

    | Improve this Doc View Source

    Encrypt(String)

    Encrypt passwort

    Declaration
    byte[] Encrypt(string password)
    Parameters
    Type Name Description
    System.String password

    Exchange password

    Returns
    Type Description
    System.Byte[]

    Password hash

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx