Interface ConfigFile.ISecurityCryptographyConfiguration
Cryptographic options Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISecurityCryptographyConfiguration
Properties
SymmetricIV
The IV used in the Rijndael algorithm
Declaration
string SymmetricIV { get; set; }
Property Value
Type | Description |
---|---|
string |
SymmetricKey
The Key used in the Rijndael algorithm
Declaration
string SymmetricKey { get; set; }
Property Value
Type | Description |
---|---|
string |
SymmetricSecret
A secret phrase used as a signature
Declaration
string SymmetricSecret { get; set; }
Property Value
Type | Description |
---|---|
string |