Click or drag to resize

VGPermissionsLoadingEventArgsIdentity Property

Gets the IIdentity representing the user for which the permission will be loaded.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public IIdentity Identity { get; }

Property Value

Type: IIdentity

The IIdentity representing the user for which the permission will be loaded.

See Also