Skip to main content
.NET 6.0+

AuthenticationBase.Name Property

Gets the name of the current authentication type.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public virtual string Name { get; }

Property Value

Type Description
String

A string which is the name of the current authentication type.

See Also