EncryptionInfo Class
In This Article
Represents information about encryption options.
Namespace: DevExpress.XtraRichEdit.Forms
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public class EncryptionInfo :
INotifyPropertyChanged,
IDisposable
#Related API Members
The following members return EncryptionInfo objects:
#Remarks
Use the EncryptionInfo object to specify encryption options in a custom Encrypt Document Dialog.
See Also