Back to Devexpress

SecurityStrategy.AllowAnonymousAccess Property

expressappframework-devexpress-dot-expressapp-dot-security-dot-securitystrategy.md

latest1.7 KB
Original Source

SecurityStrategy.AllowAnonymousAccess Property

Specifies if users can access all secured data anonymously before they log in.

Namespace : DevExpress.ExpressApp.Security

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

NuGet Package : DevExpress.ExpressApp.Security

Declaration

csharp
[Browsable(false)]
public bool AllowAnonymousAccess { get; set; }
vb
<Browsable(False)>
Public Property AllowAnonymousAccess As Boolean

Property Value

TypeDescription
Boolean

true , if users can access secured data anonymously; otherwise, false.

|

Remarks

Anonymous access may be required when you use custom logon parameters and want to display certain data in the logon window before a user logs on.

Important

It is not recommended to allow anonymous access to all data using the AllowAnonymousAccess property. Instead, grant access to specific types only using the AnonymousAllowedTypes property.

See Also

SecurityStrategy Class

SecurityStrategy Members

DevExpress.ExpressApp.Security Namespace