Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

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