Gets or sets the encryption algorithm used for encryption and decryption.
Namespace:
Rebex.Security
Assembly:
Rebex.Security (in Rebex.Security.dll)
Syntax
Visual Basic |
---|
Public Property EncryptionAlgorithm As FileEncryptionAlgorithm Get Set |
C# |
---|
public FileEncryptionAlgorithm EncryptionAlgorithm { get; set; } |