Show / Hide Table of Contents

Interface ConfigFile.ISecurityCryptographyConfiguration

Cryptographic options Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISecurityCryptographyConfiguration

Properties

SymmetricIV

The IV used in the Rijndael algorithm

Declaration
string SymmetricIV { get; set; }
Property Value
Type Description
string

SymmetricKey

The Key used in the Rijndael algorithm

Declaration
string SymmetricKey { get; set; }
Property Value
Type Description
string

SymmetricSecret

A secret phrase used as a signature

Declaration
string SymmetricSecret { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top