Click or drag to resize

VGChangePasswordFormRuntime Property

Gets or sets the VGSecurityRuntime object used by this class to retrieve authentication information

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 VGSecurityRuntime Runtime { get; }

Property Value

Type: VGSecurityRuntime
Remarks
By default the value is equal to the runtime used by VGSecurityManager. You must change the default value only if you want to work with more than one principal in your application at the same time.
See Also