Skip to main content
.NET 6.0+

IsGrantedAdapter.GetOrCreateSecurityAdapter(IObjectSpace, Type, Object) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security.Adapters

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public static ISecurityAdapter GetOrCreateSecurityAdapter(
    IObjectSpace objectSpace,
    Type userType,
    object userID
)

Parameters

Name Type
objectSpace IObjectSpace
userType Type
userID Object

Returns

Type
DevExpress.ExpressApp.Security.Adapters.ISecurityAdapter
See Also