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

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(SecurityOptions, AuthenticationBase) options, authentication Initializes a new instance of the SecurityStrategyComplex class with specified settings.
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