Skip to main content

EncryptionInfo Class

Represents information about encryption options.

Namespace: DevExpress.XtraRichEdit.Forms

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public class EncryptionInfo :
    INotifyPropertyChanged,
    IDisposable

The following members return EncryptionInfo objects:

Remarks

Use the EncryptionInfo object to specify encryption options in a custom Encrypt Document Dialog.

Inheritance

Object
EncryptionInfo
See Also