Class ConfigFile.Security.Cryptography
Cryptographic options
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Cryptography : Object
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 |