CryptographyOptions

Cryptography configuration options.

Namespace:
Inetdev.Security.Cryptography.Configuration
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

CryptographyOptions

Default constructor

Signature:
public Void CryptographyOptions()

Properties

AsymmetricKeyFileName

Path to a files that contains the key for an asymmetric algorithm.

Signature:
public String AsymmetricKeyFileName { get; set; }

HashAlgorithmSaltEnabled

Whether the hash algorithm used a salt value.

Signature:
public Boolean HashAlgorithmSaltEnabled { get; set; }

HashAlgorithmType

The type name of the hash algorithm.

Signature:
public String HashAlgorithmType { get; set; }

PreviousSymmetricAlgorithmKeyFileName

Path to a file that contains the key for the symmetric algorithm used previously to the current one.

Signature:
public String PreviousSymmetricAlgorithmKeyFileName { get; set; }

SymmetricAlgorithmKeyFileName

Path to a file that contains the key for the symmetric algorithm.

Signature:
public String SymmetricAlgorithmKeyFileName { get; set; }

SymmetricAlgorithmType

The type name of the symmetric algorithm.

Signature:
public String SymmetricAlgorithmType { get; set; }