Skip to main content

AuthenticationOptions Class

Represents a set of credentials used to identify editable ranges in a protected document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public class AuthenticationOptions :
    RichEditNotificationOptions

#Returned By

The RichEditControlOptionsBase.Authentication property returns an instance of AuthenticationOptions.

See Also