Creates a new instance of VGMembershipInstance for the specified VGSecurityRuntime instance.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGMembershipInstance(
	VGSecurityRuntime runtime
)
Visual Basic (Declaration)
Public Sub New ( _
	runtime As VGSecurityRuntime _
)

Parameters

runtime
Type: Novalys.VisualGuard.Security..::.VGSecurityRuntime
The VGSecurityRuntime object used to load the information.

See Also