Click or drag to resize

VGAuthenticationSucceededEventArgs Constructor

Initializes a new instance of the VGAuthenticationSucceededEventArgs class with an action, the node it was performed upon, and the parent node.

Namespace:  Novalys.VisualGuard.Security.WPF
Assembly:  Novalys.VisualGuard.Security.WPF (in Novalys.VisualGuard.Security.WPF.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public VGAuthenticationSucceededEventArgs(
	IIdentity identity,
	VGAuthenticationStatus status,
	VGGrantedRole[] grantedRoles,
	string message
)

Parameters

identity
Type: System.Security.PrincipalIIdentity

A IIdentity object representing the user for which the authentication succeeds.

status
Type: Novalys.VisualGuard.SecurityVGAuthenticationStatus

The VGAuthenticationStatus indicating the status the authentication.

grantedRoles
Type: Novalys.VisualGuard.SecurityVGGrantedRole

A list of VGGrantedRole objects representing the list of roles granted to the user.

message
Type: SystemString
a string value representing the default message that will be displayed to the user.
See Also