namespace PasskeyManager { interface IPluginOperationPage { void UpdatePasskeyOperationStatus(HRESULT hr); void DisableUI(); void EnableUI(); } }