AuthenticationOptions.Password Property
Gets or sets the password that can be used to authenticate a user if document protection is enabled.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A string containing a password. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Password |
---|---|
RichEditControlOptionsBase |
|
Remarks
Currently the Password value is not used.
See Also