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)
Syntaxpublic bool IsLocalPasswordRequired(
XDocument metaDataXml,
string appName
)
Public Function IsLocalPasswordRequired (
metaDataXml As XDocument,
appName As String
) As Boolean
public:
bool IsLocalPasswordRequired(
XDocument^ metaDataXml,
String^ appName
)
member IsLocalPasswordRequired :
metaDataXml : XDocument *
appName : string -> bool
Parameters
- metaDataXml
- Type: System.Xml.LinqXDocument
Application Metadata XML XDocument - appName
- Type: SystemString
Application name
Return Value
Type:
Boolean
See Also