Click or drag to resize

RuntimeEngineIsLocalPasswordRequired Method

Check for the LOCAL_PASSWORD field true/false in FrameworkSetting sent by server in activation setting.

Namespace:  Unvired.Kernel.UWP.Core
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsLocalPasswordRequired(
	XDocument metaDataXml,
	string appName
)

Parameters

metaDataXml
Type: System.Xml.LinqXDocument
Application Metadata XML XDocument
appName
Type: SystemString
Application name

Return Value

Type: Boolean
See Also