SecurityStrategy Constructors
An abstract base class for Security Strategies.Name | Parameters | Description |
---|---|---|
SecurityStrategy() | none | Initializes a new instance of the SecurityStrategy class. |
SecurityStrategy(ITypesInfo) | typesInfo | Initializes a new instance of the SecurityStrategy class with specified settings. |
SecurityStrategy(Type, AuthenticationBase, ITypesInfo) | userType, authentication, typesInfo | Initializes a new instance of the SecurityStrategy class with specified settings. |
See Also