DXRichEditAuthenticationOptions Members
Holds a set of credentials used to verify editable ranges in a protected document.Constructors
| Name | Description |
|---|---|
| DXRichEditAuthenticationOptions() | Initializes a new instance of the DXRichEditAuthenticationOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| EMailProperty static | Identifies the DXRichEditAuthenticationOptions.EMail dependency property. |
| GroupProperty static | Identifies the DXRichEditAuthenticationOptions.Group dependency property. |
| PasswordProperty static | Identifies the DXRichEditAuthenticationOptions.Password dependency property. |
| UserNameProperty static | Identifies the DXRichEditAuthenticationOptions.UserName dependency property. |
Properties
| Name | Description |
|---|---|
| Gets or sets email address used to identify a user if document protection is enabled. This is a dependency property. | |
| Group | Gets or sets user group name used to identify a user if document protection is enabled. This is a dependency property. |
| Password | Gets or sets the password used to identify a user if document protection is enabled. This is a dependency property. |
| UserName | Gets or sets a name used to identify a user if document protection is enabled. This is a dependency property. |
See Also