Back to Devexpress

EncryptionInfo Class

officefileapi-devexpress-dot-xtrarichedit-dot-forms.md

latest1.6 KB
Original Source

EncryptionInfo Class

Represents information about encryption options.

Namespace : DevExpress.XtraRichEdit.Forms

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class EncryptionInfo :
    INotifyPropertyChanged,
    IDisposable
vb
Public Class EncryptionInfo
    Implements INotifyPropertyChanged,
               IDisposable

The following members return EncryptionInfo objects:

Remarks

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

Implements

INotifyPropertyChanged

IDisposable

Inheritance

Object EncryptionInfo

See Also

EncryptionInfo Members

DevExpress.XtraRichEdit.Forms Namespace