The EncryptionMethod property allows you to specify or find out which encryption algorithm the library will use to encrypt or decrypt data. To specify the algorithm you must instantiate and assign an Encryption Method object to this property. If you read the contents of the property, you will obtain an instance of an Encryption Method object.
Values | Description |
---|---|
XceedRijndaelEncryptionMethod object | Use the Rijndael secret-key encryption algorithm. |
XceedTwofishEncryptionMethod object | Use the Twofish secret-key encryption algorithm. |
XceedRSAEncryptionMethod object | Use the RSA public-key encryption algorithm. |
An instance of the XceedRijndaelEncryptionMethod object
This property cannot be set during the encryption or decryption process.
Encrypt, Decrypt, ReadFile, WriteFile and ProcessFile