Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IAuthenticationStandardUser Interface

Declares members implemented by Security System user classes that are compatible with the AuthenticationStandard authentication.

Namespace: DevExpress.Persistent.Base.Security

Assembly: DevExpress.Persistent.Base.v19.2.dll

Declaration

public interface IAuthenticationStandardUser

Remarks

Support this interface in a class used as a Security System User. An example is provided in the How to: Implement a Custom Base Persistent Class topic. If you do not want to implement this interface from scratch, inherit the XPO PermissionPolicyUser or EF PermissionPolicyUser class.

See Also