Skip to main content
All docs
V25.1
  • .NET 8.0+

    SecuredXPObjectSpace Constructors

    An Object Space for XPO-based applications that use the Security System.
    Name Parameters Description
    SecuredXPObjectSpace(ITypesInfo, XpoTypeInfoSource, CreateUnitOfWorkHandler, ISecurityStrategyBase) typesInfo, xpoTypeInfoSource, createUnitOfWorkDelegate, security Initializes a new instance of the SecuredXPObjectSpace class with specified settings.
    SecuredXPObjectSpace(ITypesInfo, XpoTypeInfoSource, UInt16, CreateUnitOfWorkHandler, ISecurityStrategyBase) typesInfo, xpoTypeInfoSource, hostParametersMaxNumber, createUnitOfWorkDelegate, security Initializes a new instance of the SecuredXPObjectSpace class with specified settings.
    See Also