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 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 |  Back to top