Interface IExchangeCredentialEncryption
Exchange credential encryption
Namespace: Simplic.Exchange
Assembly: Simplic.Exchange.dll
Syntax
public interface IExchangeCredentialEncryption
Methods
| Improve this Doc View SourceDecrypt(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 |
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 |