Skip to main content
.NET 6.0+

IAuthenticationActiveDirectoryUser Interface

Declares members implemented by a Security System user class that is compatible with AuthenticationActiveDirectory authentication.

Namespace: DevExpress.Persistent.Base.Security

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

Declaration

public interface IAuthenticationActiveDirectoryUser

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