Back to Devexpress

RichEditBuilder.Authentication(Action<AuthenticationSettingsBuilder>) Method

aspnetcore-devexpress-dot-aspnetcore-dot-richedit-dot-richeditbuilder-dot-authentication-x28-system-dot-action-devexpress-dot-aspnetcore-dot-richedit-dot-authenticationsettingsbuilder-x29.md

latest1.3 KB
Original Source

RichEditBuilder.Authentication(Action<AuthenticationSettingsBuilder>) Method

Specifies authentication settings.

Namespace : DevExpress.AspNetCore.RichEdit

Assembly : DevExpress.AspNetCore.RichEdit.v25.2.dll

NuGet Package : DevExpress.AspNetCore.RichEdit

Declaration

csharp
public RichEditBuilder Authentication(
    Action<AuthenticationSettingsBuilder> configure
)

Parameters

NameTypeDescription
configureAction<AuthenticationSettingsBuilder>

A delegate method that specifies authentication settings.

|

Returns

TypeDescription
RichEditBuilder

A builder for the Rich Text Editor.

|

See Also

RichEditBuilder Class

RichEditBuilder Members

DevExpress.AspNetCore.RichEdit Namespace