Skip to main content
All docs
V23.2
.NET 6.0+

SecurityStrategyBase Constructors

The base class for SecurityStrategy.
Name Parameters Description
SecurityStrategyBase() none Initializes a new instance of the SecurityStrategyBase class.
SecurityStrategyBase(ITypesInfo) typesInfo Initializes a new instance of the SecurityStrategyBase class with specified settings.
SecurityStrategyBase(Type, AuthenticationBase, ITypesInfo) userType, authentication, typesInfo Initializes a new instance of the SecurityStrategyBase class with specified settings.
See Also