MCPcopy Create free account
hub / github.com/M2Team/NanaBox / ClearTextPassword

Method ClearTextPassword

NanaBox/RdpClient.cpp:2618–2626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2616#pragma region NonScriptable
2617
2618void NanaBox::RdpClient::ClearTextPassword(
2619 winrt::hstring const& Value)
2620{
2621 winrt::bstr RawValue;
2622 RawValue.attach(::SysAllocString(Value.c_str()));
2623 winrt::check_hresult(
2624 this->m_NonScriptable->put_ClearTextPassword(
2625 RawValue.get()));
2626}
2627
2628void NanaBox::RdpClient::ResetPassword()
2629{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected