Cryptography configuration options.
Default constructor
public Void CryptographyOptions()
Path to a files that contains the key for an asymmetric algorithm.
public String AsymmetricKeyFileName { get; set; }
Whether the hash algorithm used a salt value.
public Boolean HashAlgorithmSaltEnabled { get; set; }
The type name of the hash algorithm.
public String HashAlgorithmType { get; set; }
Path to a file that contains the key for the symmetric algorithm used previously to the current one.
public String PreviousSymmetricAlgorithmKeyFileName { get; set; }
Path to a file that contains the key for the symmetric algorithm.
public String SymmetricAlgorithmKeyFileName { get; set; }
The type name of the symmetric algorithm.
public String SymmetricAlgorithmType { get; set; }