Click or drag to resize

SecurityHub(String, Action<String, UpdateType> , Action<Exception> ) 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.244-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  Action<String, UpdateType>
Delegate to use to log status messages, if any.
logExceptionFunction  Action<Exception>
Delegate to use to log exceptions, if any.
See Also