Interface IConfigurationEncryption
Decrypts encrypted configuration values.
Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public interface IConfigurationEncryption
Methods
Decrypt(String)
Decrypts the specified value.
Declaration
string Decrypt(string encryptedValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | encryptedValue | The encrypted value. |
Returns
| Type | Description |
|---|---|
| System.String | The decrypted value. |