Searched defs:bstrKeyId (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4448 Bstr bstrKeyId; local
4463 hrc = pBase->GetProperty(Bstr("CRYPT/KeyId").raw(), bstrKeyId.asOutParam());
4472 if (strId.equals(Utf8Str(bstrKeyId)))
4567 Bstr bstrKeyId; local
4582 hrc = pBase->GetProperty(Bstr("CRYPT/KeyId").raw(), bstrKeyId.asOutParam());
4591 if (strId.equals(Utf8Str(bstrKeyId)))

Completed in 72 milliseconds