Skip to main content
All docs
V23.2
.NET 6.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