Back to Devexpress

AuthenticationOptions.Password Property

officefileapi-devexpress-dot-xtrarichedit-dot-authenticationoptions-e0e308b1.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[Browsable(false)]
public virtual string Password { get; set; }
vb
<Browsable(False)>
Public Overridable Property Password As String

Property Value

TypeDescription
String

A string containing a password.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Password
RichEditControlOptionsBase

.Authentication .Password

|

Remarks

Currently the Password value is not used.

See Also

AuthenticationOptions Class

AuthenticationOptions Members

DevExpress.XtraRichEdit Namespace