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