SymmetricEncryption

SymmetricEncryption(SymmetricAlgorithmType, string, string)

Creates symmetric encryption algorithm with parameters.

public SymmetricEncryption(SymmetricAlgorithmType algorithmType, string key, string salt)
Parameter Type Description
algorithmType SymmetricAlgorithmType Specify symmetric algorithm type
key String Encryption key
salt String Passphrase for encryption

See Also


SymmetricEncryption(SymmetricAlgorithmType, string)

Creates symmetric encryption algorithm with default passphrase

public SymmetricEncryption(SymmetricAlgorithmType algorithmType, string key)
Parameter Type Description
algorithmType SymmetricAlgorithmType Specify symmetric algorithm type
key String Encryption key

See Also