Back to Devexpress

SecurityStrategy Properties

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

latest5.9 KB
Original Source

SecurityStrategy Properties

An abstract base class for Security Strategies.

NameDescription
AllowAnonymousAccessSpecifies if users can access all secured data anonymously before they log in.
AnonymousAllowedTypesSpecifies types that users can access anonymously before they log in.
AssociationPermissionsModeSpecifies the mode of processing security permissions for associations.
AuthenticationSpecifies the Authentication type used in your application. Inherited from SecurityStrategyBase.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
IsLogoffEnabledFor internal use. Inherited from SecurityStrategyBase.
PermissionsReloadModeSpecifies the mode of reloading the security permissions.
RolesMergingModeSpecifies how the Security System determines if a user can perform a specific operation when this user has multiple roles with different permission sets.
SaveUserObjectOnPasswordChangingSpecifies whether or not changes in a Detail View should be saved when the ResetPassword or ChangeMyPassword Action is executed.
SiteGets or sets the ISite of the Component. Inherited from Component.
SupportNavigationPermissionsForTypesSpecifies whether or not the navigation permissions are supported for types.
TraceLevel staticSpecifies the trace level for logs.
TypesInfoFor internal use. Inherited from SecurityStrategyBase.
UserReturns the current user object. Inherited from SecurityStrategyBase.
UserIdAn identifier of the current user.
UserNameGets the current user name.
UserTypeSpecifies the type of user that is supported by the security strategy.

See Also

SecurityStrategy Class

SecurityStrategy Members

DevExpress.ExpressApp.Security Namespace