Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

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:

Library Object Type Path to Password
WinForms Controls SnapControlOptions
.Authentication.Password
RichEditControlOptions
.Authentication.Password
WPF Controls RichEditControlOptions
.Authentication.Password
Office File API RichEditControlOptionsBase
.Authentication.Password
ASP.NET Web Forms Controls ASPxRichEditSettings
.Authentication.Password

Remarks

Currently the Password value is not used.

See Also