Skip to main content

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.v23.2.Core.dll

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

Declaration

[Browsable(false)]
public virtual string Password { get; set; }

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
.Authentication .Password

Remarks

Currently the Password value is not used.

See Also