Back to Devexpress

IAuthenticationStandardUser Interface

expressappframework-devexpress-dot-persistent-dot-base-dot-security.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
public interface IAuthenticationStandardUser
vb
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 Core PermissionPolicyUser class.

See Also

IAuthenticationStandardUser Members

DevExpress.Persistent.Base.Security Namespace