Class ConfigFile.Security.Cryptography
Cryptographic options
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Security.Cryptography
Properties
SymmetricIV
The IV used in the Rijndael algorithm
Declaration
public static string SymmetricIV { get; set; }
Property Value
Type | Description |
---|---|
string |
SymmetricKey
The Key used in the Rijndael algorithm
Declaration
public static string SymmetricKey { get; set; }
Property Value
Type | Description |
---|---|
string |
SymmetricSecret
A secret phrase used as a signature
Declaration
public static string SymmetricSecret { get; set; }
Property Value
Type | Description |
---|---|
string |