EncryptingAlgorithm Property
The encryption algorithm used when encrypting.
Syntax
[VB.NET] Public Property EncryptingAlgorithm As String
[C#] public string EncryptingAlgorithm {get; set;}
Remarks
This property specifies the encryption algorithm used when encrypting. Possible values are:
- CAST5
- 3DES or TripleDES
- AES256
- AES192
- AES128 (default)
- BLOWFISH
- TWOFISH
- IDEA
Default Value
"AES128"