Click or drag to resize

VGRuntimeExtensionMergeSecurityApplication Method

Merge the current principal with an other application Before calling this method, you need to have one principal load in the current runtime

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security.Extension (in Novalys.VisualGuard.Security.Extension.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public static VGAuthorizationState MergeSecurityApplication(
	this VGSecurityRuntime runtime,
	Guid applicationId
)

Parameters

runtime
Type: Novalys.VisualGuard.SecurityVGSecurityRuntime
applicationId
Type: SystemGuid

Return Value

Type: VGAuthorizationState
Return the state of the Authorization

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type VGSecurityRuntime. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also