Click or drag to resize

SecurityPortal Constructor

Initializes a new WPF window.

Namespace: GSF.Windows
Assembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.181-beta
Syntax
public SecurityPortal(
	SecureWindow parent,
	DisplayType displayType
)
View Source

Parameters

parent  SecureWindow
Parent secure window reference.
displayType  DisplayType
Type of the message received from security API which is used to decide controls to be displayed on the screen.
See Also