AuthenticationOptions.Password Property
In This Article
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.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#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 |
---|---|
Rich |
|
#Remarks
Currently the Password value is not used.
See Also