Skip to main content
All docs
V25.1
  • .NET 8.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