Skip to main content
A newer version of this page is available. .

SecurityStrategyComplex Constructors

A Security Strategy that maintains users who have a list of associated roles.
Name Parameters Description
SecurityStrategyComplex() none Initializes a new instance of the SecurityStrategyComplex class.
SecurityStrategyComplex(Type, Type, AuthenticationBase) userType, roleType, authentication Initializes a new instance of the SecurityStrategyComplex class with the specified user type, role type, and authentication.
See Also