SecurityStrategy、SecurityOptions 的设置与意义
How to: Use the Integrated Mode of the Security System in Non-XAF Applications
Login to an OData service with XAF Security does not work
===========================================================================================================
SecurityOptions (DevExpress.ExpressApp.Security.SecurityOptions)
namespace DevExpress.ExpressApp.Security
{
public class SecurityOptions
{
public SecurityOptions();
public Type RoleType { get; set; }
public Type UserType { get; set; }
public Type UserLoginInfoType { get; set; }
public bool SupportNavigationPermissionsForTypes { get; set; }
public SecurityEvents Events { get; set; }
}
}
namespace DevExpress.ExpressApp.Security
{
public class AuthenticationStandardProviderOptions
{
public AuthenticationStandardProviderOptions();
public Type LogonParametersType { get; set; }
public bool IsSupportChangePassword { get; set; }
}
}
SecurityStrategyComplex 类与成员: