Click or drag to resize

SecurityHub(String, ActionString, UpdateType, ActionException) Constructor

Creates a new SecurityHub with the specified DataContext and logging functions.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public SecurityHub(
	string settingsCategory,
	Action<string, UpdateType> logStatusMessageFunction,
	Action<Exception> logExceptionFunction
)
View Source

Parameters

settingsCategory  String
Setting category that contains the connection settings. Defaults to "securityProvider".
logStatusMessageFunction  ActionString, UpdateType
Delegate to use to log status messages, if any.
logExceptionFunction  ActionException
Delegate to use to log exceptions, if any.
See Also