Show / Hide Table of Contents

Class ConfigFile.Security.Cryptography

Cryptographic options

Inheritance
object
ConfigFile.Security.Cryptography
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top