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

AuthenticationOptions Properties

Represents a set of credentials used to identify editable ranges in a protected document.
Name Description
EMail Gets or sets email address used to authenticate a user if document protection is enabled.
Group Gets or sets user group name used to authenticate a user if document protection is enabled.
Password Gets or sets the password that can be used to authenticate a user if document protection is enabled.
UserName Gets or sets a name used to authenticate a user, if document protection is enabled.
See Also