Xceed Encryption Library Documentation
About the Encryption Method objects
Xceed Encryption control reference > About the Encryption Method objects

Introduction

An Encryption Method object represents a particular encryption algorithm offered by the library. Objects of this type are assigned to the Xceed Encryption control's EncryptionMethod property in order to specify the underlying encryption method to use.

Each Encryption Method object has its own specific properties depending on the particularities of the encryption algorithm it represents. You can set these properties to determine the low-level parameters of the encryption method.

How to use

After instantiating one of the Encryption Method objects listed below, set any of its properties if required and then assign it to the Xceed Encryption control's EncryptionMethod property.

Available Encryption Method objects
 

Object name Description
XceedRijndaelEncryptionMethod  Represents the Rijndael secret-key encryption algorithm.
XceedTwofishEncryptionMethod  Represents the Twofish secret-key encryption algorithm.
XceedRSAEncryptionMethod  Represents the RSA public-key encryption algorithm.