Searched refs:strVRDEAuthLibrary (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp724 aVRDEAuthLibrary = m->strVRDEAuthLibrary;
997 rc = i_setVRDEAuthLibrary(data.strVRDEAuthLibrary);
1218 m->strVRDEAuthLibrary = aPath;
1220 m->strVRDEAuthLibrary = "VBoxAuth";
/vbox/include/VBox/
H A Dsettings.h310 com::Utf8Str strVRDEAuthLibrary; member in struct:settings::SystemProperties
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1536 if (!pelmGlobalChild->getAttributeValue("VRDEAuthLibrary", systemProperties.strVRDEAuthLibrary))
1538 pelmGlobalChild->getAttributeValue("remoteDisplayAuthLibrary", systemProperties.strVRDEAuthLibrary);
1760 if (systemProperties.strVRDEAuthLibrary.length())
1761 pelmSysProps->setAttribute("VRDEAuthLibrary", systemProperties.strVRDEAuthLibrary);

Completed in 1417 milliseconds