Class ConfigFile.Security.Cryptography
Cryptographic options
Inheritance
System.Object
ConfigFile.Security.Cryptography
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Cryptography
Properties
SymmetricIV
The IV used in the Rijndael algorithm
Declaration
public static string SymmetricIV { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SymmetricKey
The Key used in the Rijndael algorithm
Declaration
public static string SymmetricKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SymmetricSecret
A secret phrase used as a signature
Declaration
public static string SymmetricSecret { get; set; }
Property Value
Type | Description |
---|---|
System.String |